An open API service indexing awesome lists of open source software.

https://github.com/avinashn/datatables-serverside-laravel

An example of integrating jQuery datatables plugin with server side operations in laravel.
https://github.com/avinashn/datatables-serverside-laravel

Last synced: about 1 year ago
JSON representation

An example of integrating jQuery datatables plugin with server side operations in laravel.

Awesome Lists containing this project

README

          

# Datatables server-side implementation in laravel

## Prerequisites


  • After cloning this repository, go to the root folder, run the following command/s,

    composer install
    composer update


  • Rename .env.example to .env and provide your database details there.

  • Import the sql file located here

  • Generate key by running php artisan key:generate

## Working Demo
You can see the demo of the project here

## Reference Post
http://justlaravel.com/implement-datatables-server-side-laravel

## App Demo
https://www.youtube.com/watch?v=IdSkMgxZuBA