2017 © Pedro Peláez
 

library eloquentdatatables

Datatables php class helper for eloquent

image

maurob45/eloquentdatatables

Datatables php class helper for eloquent

  • Thursday, March 30, 2017
  • by MauroB45
  • Repository
  • 1 Watchers
  • 0 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 13 Versions
  • 0 % Grown

The README.md

EloquentDataTables Package

Library to easily integrate jQuery DataTables in server side mode with Laravel. To check the DataTables docs: https://datatables.net, (*1)

This package provide a nice interface to capture and use the request object sent by DataTables to build the Eloquent query dinamically. By doing this the information retreived from the DB is paginated, sorted and filtered based on the configuration. The server side mode in DataTable is commonly used when there is a large amount of data and the client rendering time takes a long time to execute., (*2)

Install

This package can be installed with Composer running the following command:, (*3)

  composer require MauroB45\EloquentDatatables

After installing the EloquentDatatables, register the MauricioBernal\EloquentDatatables\EloquentDatatablesServiceProvider in your config/app.php configuration file like:, (*4)

  'providers' => [
    // ...
    MauroB45\EloquentDatatables\EloquentDatatablesServiceProvider::class
  ],

Use:

The basic usage of the package is, (*5)


public function getDataTable() { return \Datatables::of("posts")->columns(['name', 'lastname', 'email'])->get(); }

Contributing

Contributions are welcomed; to keep things organized, all bugs and requests should be opened on github issues tab for the main project in Issues., (*6)

All pull requests should be made to the 'dev' branch, so they can be tested before being merged into master., (*7)

License

The laravel-audit package is open source software licensed under the license MIT, (*8)

The Versions

30/03 2017

dev-master

9999999-dev

Datatables php class helper for eloquent

  Sources   Download

MIT

The Requires

 

by Mauricio Bernal

30/03 2017

v1.1.19

1.1.19.0

Datatables php class helper for eloquent

  Sources   Download

MIT

The Requires

 

by Mauricio Bernal

30/03 2017

dev-dev

dev-dev

Datatables php class helper for eloquent

  Sources   Download

MIT

The Requires

 

by Mauricio Bernal

11/02 2017

v1.1.18

1.1.18.0

Datatables php class helper for eloquent

  Sources   Download

MIT

The Requires

 

by Mauricio Bernal

19/09 2016

v1.1.17

1.1.17.0

Datatables php class helper for eloquent

  Sources   Download

MIT

The Requires

 

by Mauricio Bernal

29/08 2016

v1.1.16

1.1.16.0

Datatables php class helper for eloquent

  Sources   Download

MIT

The Requires

 

by Mauricio Bernal

25/08 2016

v1.1.15

1.1.15.0

Datatables php class helper for eloquent

  Sources   Download

MIT

The Requires

 

by Mauricio Bernal

25/08 2016

v1.1.14

1.1.14.0

Datatables php class helper for eloquent

  Sources   Download

MIT

The Requires

 

by Mauricio Bernal

25/08 2016

v1.1.13

1.1.13.0

Datatables php class helper for eloquent

  Sources   Download

MIT

The Requires

 

by Mauricio Bernal

25/08 2016

v1.1.12

1.1.12.0

Datatables php class helper for eloquent

  Sources   Download

MIT

The Requires

 

by Mauricio Bernal

25/08 2016

v1.1.11

1.1.11.0

Datatables php class helper for eloquent

  Sources   Download

MIT

The Requires

 

by Mauricio Bernal

25/08 2016

v1.1.1

1.1.1.0

Datatables php class helper for eloquent

  Sources   Download

MIT

The Requires

 

by Mauro

14/06 2016

v1.0

1.0.0.0

Datatables php class helper for eloquent

  Sources   Download

MIT

The Requires

 

by Mauricio Bernal