protonemedia / laravel-cross-eloquent-search

Laravel package to search through multiple Eloquent models. Supports sorting, pagination, scoped queries, eager load relationships and searching through single or multiple columns.
https://protone.media/blog/search-through-multiple-eloquent-models-with-our-latest-laravel-package
MIT License
1.09k stars 80 forks source link

No SearchController.php file #83

Closed musiccollect closed 8 months ago

musiccollect commented 10 months ago

On a fresh install of this plugin to Laravel 10, Filament 3.

Your video walkthrough at https://www.youtube.com/watch?v=WigAaQsPgSA and also this related https://www.youtube.com/watch?v=VzQ0aXi8f80 both refer to a App\Http\Controllers\SearchController.php file ... but this does not appear to be created during install.

krekas commented 8 months ago

Why it should create? You must create controllers yourself. And filament have nothing to do with search using this package.