Skip to the content.

Creating a nova resource

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

php artisan make:module:nova-resource blog Blog

This will create a resource in the path modules/blog/src/Resources/Blog.php