laravel-datatables maintained by mindofmicah
Description
Middleman allowing Laravel and Datatables to communicate
Author
Last update
2015/05/28 17:51
(dev-master)
License
Downloads
33
Tags
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
