Skip to the content.

Creating a nova action

To create a nova action, we use the “php artisan make:module:nova-action ModuleName actionName” command.

php artisan make:module:nova-action blog BlogAction

This will create a action in the path modules/blog/src/Actions/BlogAction.php