Looking to hire Laravel developers? Try LaraJobs

laravel-datatables maintained by mindofmicah

Description
Middleman allowing Laravel and Datatables to communicate
Last update
2015/05/28 17:51 (dev-master)
License
Links
Downloads
33

Comments
comments powered by Disqus

Build Status Latest Stable Version Latest Unstable Version License SensioLabsInsight

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