| Package Data | |
|---|---|
| Maintainer Username: | sedehi |
| Maintainer Contact: | navid.sedehi@gmail.com (Navid Sedehi) |
| Package Create Date: | 2016-09-27 |
| Package Last Update: | 2025-05-10 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-03 15:15:51 |
| Package Statistics | |
|---|---|
| Total Downloads: | 13,537 |
| Monthly Downloads: | 175 |
| Daily Downloads: | 7 |
| Total Stars: | 5 |
| Total Watchers: | 1 |
| Total Forks: | 1 |
| Total Open Issues: | 2 |
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,