lykegenes/laravel-datagrid-builder
最新稳定版本:2.0.1
Composer 安装命令:
composer require lykegenes/laravel-datagrid-builder
包简介
Laravel datagrid generator - using jQuery-bootgrid
README 文档
README
The package is a Laravel wrapper for Bootstrap Table JS library. It allows you to quickly build reusable Datatables in your frontend and bind your API as its data source. Notable features are Sorting, Searching, Hide/Show columns, Pagination, and personalized columns.
Install
Via Composer
composer require lykegenes/laravel-datagrid-builder
Then, add this to your Service Providers :
Lykegenes\DatagridBuilder\ServiceProvider::class,
...and this to your Aliases :
'DatagridBuilder' => Lykegenes\DatagridBuilder\Facades\DatagridBuilder::class,
Optionally, you can publish and edit the configuration file :
php artisan vendor:publish --provider="Lykegenes\DatagridBuilder\ServiceProvider" --tag=config
Usage
See the WIKI
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 399
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 12
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-07-02