Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.36 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.36 KB
  • Starts
  • Forks Total Downloads

filterable

a filterable package for laravel

Installation

  1. Run the command below to add this package:
composer require laravel/filterable
  1. Open your config/app.php and add the following to the providers array:
Laravelir\Filterable\Providers\FilterableServiceProvider::class,
  1. Run the command to install the package:
php artisan filterable:install

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.