LaravelPackages.net
Acme Inc.
Toggle sidebar
sedehi/filterable

14.015
5
v3
About sedehi/filterable

sedehi/filterable is a Laravel package. It currently has 5 GitHub stars and 14.015 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

Laravel Filterable Latest Stable Version Total Downloads Build Status

Installation

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,