Skip to the content.

Creating a nova filter

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

php artisan make:module:nova-filter blog BlogFilter

This will create a filter in the path modules/blog/src/Filters/BlogFilter.php