reillo / grid
Simple laravel grid
Installs: 69
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/reillo/grid
Requires
- php: >=5.4.0
- illuminate/support: 4.x
This package is not auto-updated.
Last update: 2022-10-15 07:10:59 UTC
README
Installation
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',
features
- uses laravel paginator
- support table and list renderer
- html5 push history
- ajax request
- removable filters
Usage
see example.
Todo
Documentations
License
This project is open-sourced software licensed under the MIT license.