The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
API
Laravel Version
10.x
nova:action
🖥
nova:action
Create a new action class
Options
destructive
- Indicate that the action deletes / destroys resources
Optional
queued
- Indicates the action should be queued
Optional
Arguments
name
- The name of the action
Required
php artisan nova:action [--destructive] [--queued] [--] <name>
Click to copy