Going through Laravel Nova documentation, I noticed that SearchableRelation
appears to be a built-in feature in Nova. However, I couldn’t find it in my project.
How can I install or enable it?
For reference: https://nova.laravel.com/docs/v5/search/the-basics#searching-relationships
I also created a new Nova project to test, but SearchableRelation
was still not available.
2