Skip to content

yajra/laravel-datatables-demo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
October 5, 2018 13:31
January 18, 2016 18:29
February 15, 2017 11:11
October 22, 2016 09:46
October 14, 2016 15:21
January 22, 2020 10:52
April 23, 2015 22:00
April 23, 2015 22:00
April 23, 2015 22:00
April 23, 2015 22:00
April 23, 2015 22:00
February 15, 2017 11:11
January 22, 2020 11:47
April 23, 2015 22:00
April 23, 2015 22:00
April 23, 2015 22:00
April 23, 2015 22:00
March 22, 2016 15:54
April 23, 2015 22:00

#Laravel Datatables Demo App

Datatables Package for Laravel 4|5

Latest Stable Version Total Downloads Build Status Latest Unstable Version License

This package is created to handle server-side works of DataTables jQuery Plugin via AJAX option by using Eloquent ORM or Fluent Query Builder.

Note This demo app aims to guide artisan developers on how to use the package by examples.

Installation

Step 1: Get the code

  • Option 1: Git Clone
git clone https://github.com/yajra/laravel-datatables-demo.git laravel

Step 2: Use Composer to install dependencies

  • cd /path/to/laravel
  • composer install

Step 3: Perform default commands for new projects

  • php -r "copy('.env.example', '.env');"
  • php artisan key:generate

Step 4: Configure your database

  • Check Laravel's Documentation for setting up the database configuration

Step 5: Run migrations and seeders

  • cd /path/to/laravel
  • php artisan migrate --seed

Step 6: Start Accessing the Demo Site

About

Laravel Datatables Package Demo App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published