a filterable package for laravel
- Run the command below to add this package:
composer require laravel/filterable
- Open your config/app.php and add the following to the providers array:
Laravelir\Filterable\Providers\FilterableServiceProvider::class,
- Run the command to install the package:
php artisan filterable:install
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.