mindofmicah/laravel-datatables

Middleman allowing Laravel and Datatables to communicate

0.0.4 2015-05-28 14:50 UTC

This package is auto-updated.

Last update: 2024-05-09 04:45:42 UTC


README

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