hotfix31 / lumen-datatables by hotfix31
forked from yajra/laravel-datatables

jQuery DataTables API for Lumen 5
1,856
1
2
Package Data
Maintainer Username: hotfix31
Maintainer Contact: fred@lebarzic.fr (Frédéric Le Barzic)
Package Create Date: 2015-12-24
Package Last Update: 2015-12-24
Home Page:
Language: PHP
License: MIT
Last Refreshed: 2024-04-19 15:12:19
Package Statistics
Total Downloads: 1,856
Monthly Downloads: 23
Daily Downloads: 0
Total Stars: 1
Total Watchers: 2
Total Forks: 2
Total Open Issues: 1

Datatables Package for Lumen 5

Librement inspiré de Datatables Package for Laravel 4|5

Installation

  1. Télécharger le service via composer (ou autre)
$ composer require hotfix/lumen-datatable
  1. Télécharger le js de DataTable via bower (ou autre)
$ bower install datatables --save
  1. Rajouter dans le bootstrap/app.php de votre projet
$app->register(Hotfix\Datatables\DatatablesServiceProvider::class);

Utilisation

Voir la doc de Laravel Datatables