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