To get the latest version, simply require the project using Composer:
composer require sedehi/filterableIf 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,