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