mindofmicah / laravel-datatables
Middleman allowing Laravel and Datatables to communicate
0.0.4
2015-05-28 14:50 UTC
Requires
- illuminate/database: >4.0
- illuminate/http: >4.0
Requires (Dev)
- laracasts/integrated: dev-master
- phpspec/phpspec: ~2.0
This package is auto-updated.
Last update: 2024-11-09 06:03:23 UTC
README
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