Datatables Package for Laravel 4|5

Laravel 4.2|5.0|5.1 Latest Stable Version Build Status Scrutinizer Code Quality Total Downloads License

This package is created to handle server-side works of DataTables jQuery Plugin via AJAX option by using Eloquent ORM, Fluent Query Builder or Collection.

Feature Overview

Buy me a beer

Click here to lend your support to: Laravel Datatables and make a donation at pledgie.com !

Documentations

Quick Installation

Laravel 5: composer require yajra/laravel-datatables-oracle:~5.0

Laravel 4: composer require yajra/laravel-datatables-oracle:~3.0

Service Provider

yajra\Datatables\DatatablesServiceProvider

Facade

Laravel 4 'Datatables' => 'yajra\Datatables\Facades\Datatables',

Laravel 5 'Datatables' => 'yajra\Datatables\Datatables',

Laravel 5.1 'Datatables' => yajra\Datatables\Datatables::class,

Configuration

Laravel 5: $ php artisan vendor:publish

Laravel 4: $ php artisan config:publish yajra/laravel-datatables-oracle

And that's it! Start building out some awesome DataTables!

License

Licensed under the MIT License.