Download the PHP package bewarhizirvan/laravel-grid without Composer
On this page you can find all versions of the php package bewarhizirvan/laravel-grid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bewarhizirvan/laravel-grid
More information about bewarhizirvan/laravel-grid
Files in bewarhizirvan/laravel-grid
Package laravel-grid
Short Description A Grid Table Generator for Laravel
License MIT
Homepage https://github.com/bewarhizirvan/laravel-grid
Informations about the package laravel-grid
LaravelGrid
This is where your description should go. Take a look at contributing.md to see a to do list.
Installation
Via Composer
Usage
For initiating new grid
$parameters must be an array and is optional, all keys are optional
checkClass : Authorization Class must have can() function
paginate : Rows per Page (default: 50)
provider : Model
dir : Grid direction { right, left (default) }
label : Label at the top of Grid
label_extra : Extra Info below Label
counterString : Counter String ( default: Showing records %s — %s of %s )
headerCounter : Enable/Disable Header Counter ( default: true)
footerCounter : Enable/Disable Footer Counter ( default: true)
Functions
When finished do bellow
the above step will generate an html code
Static Function
Constants
Change log
Please see the changelog for more information on what has changed recently.
Testing
Contributing
Please see contributing.md for details and a todolist.
Credits
- Bewar Hizirvan
- All Contributors
License
MIT. Please see the license file for more information.