LaravelPackages.net
Acme Inc.
Toggle sidebar
lykegenes/laravel-datagrid-builder

Laravel datagrid generator - using jQuery-bootgrid

399
11
2.0.1
About lykegenes/laravel-datagrid-builder

lykegenes/laravel-datagrid-builder is a Laravel package for laravel datagrid generator - using jquery-bootgrid. It currently has 11 GitHub stars and 399 downloads on Packagist (latest version 2.0.1). Install it with composer require lykegenes/laravel-datagrid-builder. Discover more Laravel packages by lykegenes or browse all Laravel packages to compare alternatives.

Last updated

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.

Comments