Skip to content

kettasoft/filterable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

An easy to use powerful Elqouent Filter

Total Downloads

Installation

You can install this package via composer using this command:

composer require kettasoft/filterable

In Laravel 5.5 the service provider will automatically get registered. In older versions of the framework, you must install the service provider:

// config/app.php
'providers' => [
    ...
    Kettasoft\Filterable\Providers\FilterableServiceProvider::class,
];

You can publish the config with:

php artisan vendor:publish --provider="Kettasoft\Filterable\Providers\FilterableServiceProvider" --tag="config"

You can make a new filter class with:

php artisan kettasoft:make-filter YourFilterName

You must publish the Stubs with:

php artisan vendor:publish --provider="Kettasoft\Filterable\Providers\FilterableServiceProvider" --tag="stubs"

About

An easy to use powerful Elqouent Filter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages