hotfix / lumen-datatables
jQuery DataTables API for Lumen 5
v6.0.1
2015-12-24 16:45 UTC
Requires
- php: >=5.5.9
- illuminate/database: ~5.0
- illuminate/filesystem: ~5.0
- illuminate/http: ~5.0
- illuminate/support: ~5.0
- illuminate/view: ~5.0
- league/fractal: ~0.12
Requires (Dev)
- mockery/mockery: ~0.9
- phpunit/phpunit: ~4.0
This package is auto-updated.
Last update: 2026-06-26 10:30:46 UTC
README
Librement inspiré de Datatables Package for Laravel 4|5
Installation
- Télécharger le service via composer (ou autre)
$ composer require hotfix/lumen-datatable
- Télécharger le js de DataTable via bower (ou autre)
$ bower install datatables --save
- Rajouter dans le bootstrap/app.php de votre projet
$app->register(Hotfix\Datatables\DatatablesServiceProvider::class);
Utilisation
Voir la doc de Laravel Datatables