mindofmicah / laravel-datatables by mindofmicah

Middleman allowing Laravel and Datatables to communicate
31
2
2
Package Data
Maintainer Username: mindofmicah
Maintainer Contact: michaeleschbacher@gmail.com (Michael Eschbacher)
Package Create Date: 2015-04-16
Package Last Update: 2015-05-28
Language: PHP
License: MIT
Last Refreshed: 2024-04-19 15:01:19
Package Statistics
Total Downloads: 31
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 2
Total Forks: 1
Total Open Issues: 3

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