reillo/grid 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

reillo/grid

最新稳定版本:v0.3.0

Composer 安装命令:

composer require reillo/grid

包简介

Simple laravel grid

README 文档

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.

统计信息

  • 总下载量: 69
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-08-15