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.
- Host: GitHub
- URL: https://github.com/avinashn/datatables-serverside-laravel
- Owner: avinashn
- Created: 2016-09-12T04:05:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T07:01:01.000Z (over 8 years ago)
- Last Synced: 2025-04-03T18:40:57.165Z (over 1 year ago)
- Language: PHP
- Homepage: http://justlaravel.com/implement-datatables-server-side-laravel/
- Size: 171 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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