https://github.com/avinashn/datatables-implementation-laravel
An example of integrating jQuery datatables plugin in laravel.
https://github.com/avinashn/datatables-implementation-laravel
datatables laravel php
Last synced: 8 months ago
JSON representation
An example of integrating jQuery datatables plugin in laravel.
- Host: GitHub
- URL: https://github.com/avinashn/datatables-implementation-laravel
- Owner: avinashn
- Created: 2016-08-29T17:20:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T06:41:02.000Z (over 8 years ago)
- Last Synced: 2025-05-16T02:37:11.386Z (about 1 year ago)
- Topics: datatables, laravel, php
- Language: PHP
- Homepage: https://justlaravel.com/how-to-implement-datatables-in-laravel/
- Size: 188 KB
- Stars: 27
- Watchers: 4
- Forks: 30
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Datatables 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 at /resources/assets/datatables_data.sql
## Working Demo
You can see the demo of the project here
Video demonstrating the example https://www.youtube.com/watch?v=UJuqiUWGHus
## Reference Post
http://justlaravel.com/how-to-implement-datatables-in-laravel