mindofmicah/laravel-datatables
Middleman allowing Laravel and Datatables to communicate
33
2
| Install | |
|---|---|
composer require mindofmicah/laravel-datatables |
|
| Latest Version: | 0.0.4 |
| License: | MIT |
| Last Updated: | May 28, 2015 |
| Links: | GitHub · Packagist |
Maintainer: mindofmicah
laravel datatables
Usage
Step 1: Install Through Composer
composer require mindofmicah/laravel-datatables
Step 2: Add the Service Provider
'MindOfMicah\LaravelDatatables\DatatableProvider'
Step 3: Add the Facade(optional)
'Datatable' => 'MindOfMicah\LaravelDatatables\DatatableFacade'
Running the tests
Make sure that the storage directory has 777 permissions when running tests
