Easy Implementation of datatable filter.
- Clone the project
- Create Database
cp .env.example .env
and add details of databasecomposer install
php artisan key:generate
php artisan migrate --seed
php artisan serve
Checkout app/Helper.php for different options of filter.
Anyone is welcome to contribute. Fork, make your changes, and then submit a pull request.