sedehi/filterable is a Laravel package.
It currently has 5 GitHub stars and 13.961 downloads on Packagist (latest version v3).
Install it with composer require sedehi/filterable.
Discover more Laravel packages by sedehi
or browse all Laravel packages to compare alternatives.
Last updated
To get the latest version, simply require the project using Composer:
composer require sedehi/filterable
If you are using Laravel >=5.5 the service provider will be automatically discovered otherwise we need to add the filterable service provider to config/app.php under the providers key:
Sedehi\Filterable\FilterableServiceProvider::class,