2017 © Pedro Peláez
 

library laravel-datatables-oracle

jQuery DataTables API for Laravel 4|5

image

yajra/laravel-datatables-oracle

jQuery DataTables API for Laravel 4|5

  • Friday, July 6, 2018
  • by yajra
  • Repository
  • 112 Watchers
  • 2287 Stars
  • 2,396,427 Installations
  • PHP
  • 184 Dependents
  • 2 Suggesters
  • 450 Forks
  • 302 Open issues
  • 100 Versions
  • 11 % Grown

The README.md

jQuery DataTables API for Laravel

Join the chat at https://gitter.im/yajra/laravel-datatables Donate Donate, (*1)

Laravel 4.2|5.x|6|7|8|9|10|11 Latest Stable Version Continuous Integration Static Analysis, (*2)

Total Downloads License, (*3)

Laravel package for handling server-side works of DataTables jQuery Plugin via AJAX option by using Eloquent ORM, Fluent Query Builder or Collection., (*4)

use Yajra\DataTables\Facades\DataTables;

return DataTables::eloquent(User::query())->toJson();
return DataTables::query(DB::table('users'))->toJson();
return DataTables::collection(User::all())->toJson();

return DataTables::make(User::query())->toJson();
return DataTables::make(DB::table('users'))->toJson();
return DataTables::make(User::all())->toJson();

Sponsors

DataTables Logo A big thank you to DataTables for supporting this project with a free DataTables Editor license.
JetBrains Logo A big thank you to JetBrains for supporting this project with free open-source licenses of their IDEs.
Blackfire.io Logo A big thank you to Blackfire.io for supporting this project with a free open-source license.

Requirements

Documentations

Laravel Version Compatibility

Laravel Package
4.2.x 3.x
5.0.x 6.x
5.1.x 6.x
5.2.x 6.x
5.3.x 6.x
5.4.x 7.x, 8.x
5.5.x 8.x
5.6.x 8.x
5.7.x 8.x
5.8.x 9.x
6.x 9.x
7.x 9.x
8.x 9.x
9.x 10.x
10.x 10.x
11.x 11.x

Quick Installation

Option 1: Install all DataTables libraries

composer require yajra/laravel-datatables:"^11"

Option 2: Install only this library

composer require yajra/laravel-datatables-oracle:"^11"

Service Provider & Facade (Optional on Laravel 5.5+)

Register the provider and facade on your config/app.php file., (*5)

'providers' => [
    ...,
    Yajra\DataTables\DataTablesServiceProvider::class,
]

'aliases' => [
    ...,
    'DataTables' => Yajra\DataTables\Facades\DataTables::class,
]

Configuration (Optional)

php artisan vendor:publish --provider="Yajra\DataTables\DataTablesServiceProvider"

And that's it! Start building out some awesome DataTables!, (*6)

Debugging Mode

To enable debugging mode, just set APP_DEBUG=true and the package will include the queries and inputs used when processing the table., (*7)

[!IMPORTANT] Please ensure that the APP_DEBUG config is set to false when your app is in production., (*8)

PHP ARTISAN SERVE BUG

Please avoid using php artisan serve when developing the package. There are known bugs when using this where Laravel randomly returns a redirect and 401 (Unauthorized) if the route requires authentication and a 404 NotFoundHttpException on valid routes., (*9)

It is advised to use Homestead or Valet when working with the package., (*10)

Contributing

Please see CONTRIBUTING for details., (*11)

Security

If you discover any security-related issues, please email aqangeles@gmail.com instead of using the issue tracker., (*12)

Credits

License

The MIT License (MIT). Please see License File for more information., (*13)

The Versions

06/07 2018
06/07 2018

dev-patch-order-dir

dev-patch-order-dir

jQuery DataTables API for Laravel 4|5

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery datatables

03/06 2018
05/04 2018

7.0.x-dev

7.0.9999999.9999999-dev

jQuery DataTables API for Laravel 4|5

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery datatables

11/01 2018
02/11 2017
27/10 2017
26/10 2017
25/10 2017
17/10 2017
08/10 2017
04/10 2017

dev-L4

dev-L4

jQuery DataTables API for Laravel 4|5

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel datatables laravel4 datatable datatables jquery plugin

12/09 2017

dev-patch1

dev-patch1

jQuery DataTables API for Laravel 4|5

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery datatables

12/09 2017
06/09 2017
31/08 2017
31/08 2017
31/05 2017

dev-config-xss

dev-config-xss

jQuery DataTables API for Laravel 4|5

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery datatables

31/05 2017

dev-patch-filter-column

dev-patch-filter-column

jQuery DataTables API for Laravel 4|5

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery datatables

09/03 2017

dev-patch-db-prefix

dev-patch-db-prefix

jQuery DataTables API for Laravel 4|5

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery datatables

29/01 2017

v7.0.2

7.0.2.0

jQuery DataTables API for Laravel 4|5

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery datatables

27/01 2017

v7.0.1

7.0.1.0

jQuery DataTables API for Laravel 4|5

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery datatables

27/01 2017

v7.0.0

7.0.0.0

jQuery DataTables API for Laravel 4|5

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel jquery datatables

24/01 2017
24/01 2017
21/01 2017
20/01 2017
19/01 2017
04/01 2017
04/01 2017
07/12 2016
07/12 2016
01/12 2016
01/12 2016
19/11 2016
25/10 2016
22/10 2016
13/10 2016
24/09 2016
13/09 2016
05/09 2016
25/08 2016
23/08 2016