Skip to content

leo4all/datatables-implementation-laravel

This branch is 1 commit behind avinashn/datatables-implementation-laravel:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7c457dc · Aug 29, 2016

History

2 Commits
Aug 29, 2016
Aug 29, 2016
Aug 29, 2016
Aug 29, 2016
Aug 29, 2016
Aug 29, 2016
Aug 29, 2016
Aug 29, 2016
Aug 29, 2016
Aug 29, 2016
Aug 29, 2016
Aug 29, 2016
Aug 29, 2016
Aug 29, 2016
Aug 29, 2016
Aug 29, 2016
Aug 29, 2016
Aug 29, 2016
Aug 29, 2016
Aug 29, 2016

Repository files navigation

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

About

An example of integrating jQuery datatables plugin in laravel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 84.6%
  • HTML 12.9%
  • JavaScript 1.3%
  • Other 1.2%