Lykegenes / laravel-datagrid-builder by Lykegenes

Laravel datagrid generator - using jQuery-bootgrid
372
11
4
Package Data
Maintainer Username: Lykegenes
Maintainer Contact: patricksamson236@gmail.com (Patrick Samson)
Package Create Date: 2015-07-02
Package Last Update: 2016-02-24
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-03-27 03:23:11
Package Statistics
Total Downloads: 372
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 11
Total Watchers: 4
Total Forks: 1
Total Open Issues: 0

Laravel Datagrid Builder

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.