reillo/grid

This package is abandoned and no longer maintained. No replacement package was suggested.

Simple laravel grid

v0.3.0 2015-08-25 19:01 UTC

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.