lykegenes/laravel-datagrid-builder 问题修复 & 功能扩展

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

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

lykegenes/laravel-datagrid-builder

最新稳定版本:2.0.1

Composer 安装命令:

composer require lykegenes/laravel-datagrid-builder

包简介

Laravel datagrid generator - using jQuery-bootgrid

README 文档

README

Latest Version on Packagist Software License Build Status Code Coverage Total Downloads

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
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 11
  • Watchers: 3
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-07-02