Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

reillo/grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel 4 Simple Grid

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.

About

Laravel 4 simple grid

Resources

License

Stars

Watchers

Forks

Packages

No packages published