sedehi / filterable by sedehi

11,194
5
3
Package Data
Maintainer Username: sedehi
Maintainer Contact: navid.sedehi@gmail.com (Navid Sedehi)
Package Create Date: 2016-09-27
Package Last Update: 2023-09-07
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:23:07
Package Statistics
Total Downloads: 11,194
Monthly Downloads: 75
Daily Downloads: 1
Total Stars: 5
Total Watchers: 3
Total Forks: 1
Total Open Issues: 0

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,