suhrr/laravel-searcher is a Laravel package for easily search for eloquent model by laravel.
It currently has 0 GitHub stars and 7 downloads on Packagist.
Install it with composer require suhrr/laravel-searcher.
Discover more Laravel packages by suhrr
or browse all Laravel packages to compare alternatives.
Last updated
Easily search for eloquent model by Laravel
First, install laravel 6.*:
composer require suhrr/laravel-searcher
Then run this command to create search file:
php artisan make:search name
https://suhrr.github.io/laravel-searcher-doc/