Download the PHP package adam-boduch/laravel-grid without Composer
On this page you can find all versions of the php package adam-boduch/laravel-grid. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-grid
Laravel Grid
Laravel Grid is a package that helps you display table data. I could not find package that would satisfy my needs so I decided to write one. Now I've been successfully using it in my two projects. I hope you will enjoy it.
Example:
`
Features
- Pagination
- Filtering
- Sorting
- Highly customizable
- Simple usage
- Different data source (Eloquent model, collection, array)
Installation
Requirements
- PHP >= 7.0
- Laravel >= 5.2
Installation steps
- run
composer require adam-boduch/laravel-grid
- open file
config/app.php
- add
Boduch\Grid\GridServiceProvider::class
intoproviders
array
Getting started
To keep your controllers clean, it's highly recommended to keep your grid classes as a separate php file.
Cookbook
Using twig
Laravel Grid and repository pattern
@todo
Laravel Grid and presentation pattern
@todo
Table cell modification
@todo
Different column name and filter name
@todo
All versions of laravel-grid with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
nesbot/carbon Version ^2.32.0
illuminate/http Version 5.8|6.*|7.*|8.*
illuminate/support Version 5.8|6.*|7.*|8.*
illuminate/view Version 5.8|6.*|7.*|8.*
illuminate/pagination Version 5.8|6.*|7.*|8.*
illuminate/validation Version 5.8|6.*|7.*|8.*
laravelcollective/html Version 5.8|6.*
laravel/helpers Version ^1.3
nesbot/carbon Version ^2.32.0
illuminate/http Version 5.8|6.*|7.*|8.*
illuminate/support Version 5.8|6.*|7.*|8.*
illuminate/view Version 5.8|6.*|7.*|8.*
illuminate/pagination Version 5.8|6.*|7.*|8.*
illuminate/validation Version 5.8|6.*|7.*|8.*
laravelcollective/html Version 5.8|6.*
laravel/helpers Version ^1.3
The package adam-boduch/laravel-grid contains the following files
Loading the files please wait ....