Add the following to your composer.json
file:
"reillo/grid": "~0.2"
Then, run composer update reillo/grid
or composer install
if you have not already installed packages.
Publish asset:
php artisan asset:publish reillo/grid
Publish view:
php artisan view:publish reillo/grid
Publish config:
php artisan config:publish reillo/grid
Add the below line to the providers array in app/config/app.php configuration file (add at the end):
'Reillo\Grid\GridServiceProvider',
- uses laravel paginator
- support table and list renderer
- html5 push history
- ajax request
- removable filters
see example.
Documentations
This project is open-sourced software licensed under the MIT license.