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-11-23 03:19:31 |
Package Statistics | |
---|---|
Total Downloads: | 374 |
Monthly Downloads: | 2 |
Daily Downloads: | 0 |
Total Stars: | 11 |
Total Watchers: | 4 |
Total Forks: | 1 |
Total Open Issues: | 0 |
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.
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
See the WIKI
The MIT License (MIT). Please see License File for more information.