#Laravel Datatables Demo App
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.
- Option 1: Git Clone
git clone https://github.com/yajra/laravel-datatables-demo.git laravel
- Option 2: Download the repository https://github.com/yajra/laravel-datatables-demo/archive/master.zip
- cd /path/to/laravel
- composer install
- php -r "copy('.env.example', '.env');"
- php artisan key:generate
- Check Laravel's Documentation for setting up the database configuration
- cd /path/to/laravel
- php artisan migrate --seed