Perform searches with Eloquent models using an array-like API setup
sloth-dev-guy/searches is a Laravel package for perform searches with eloquent models using an array-like api setup.
It currently has 0 GitHub stars and 4.484 downloads on Packagist (latest version 0.4.0).
Install it with composer require sloth-dev-guy/searches.
Discover more Laravel packages by sloth-dev-guy
or browse all Laravel packages to compare alternatives.
Last updated
Are you tired of write if, where and join statements in all your search methods as if tomorrow never comes, then this might be a solution for you!
Perform searches with Eloquent models using an array-like API setup.
This library is just a query-builder translator, so in the end it uses exactly the same methods.