mindofmicah/laravel-datatables

Middleman allowing Laravel and Datatables to communicate

Installs: 33

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 3

pkg:composer/mindofmicah/laravel-datatables

0.0.4 2015-05-28 14:50 UTC

This package is auto-updated.

Last update: 2025-10-09 07:51:43 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