Filters
Registering Filters
Learn how to register filters with your resources.
Once you have defined a filter, you are ready to attach it to a resource. Each resource generated by Nova contains a filters
method. To attach a filter to a resource, you should simply add it to the array of filters returned by this method:
Searchable Select Filters
Select filters may be optionally searchable. To allow your select filter to be searchable, invoke the searchable
method when registering your filter:
app/Nova/~Resource.php
Was this page helpful?