Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 481 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 481 Bytes

laravel-datatable

Using Datatables with Laravel 5.3

###Step 1 : Use Composer to install dependencies

cd /path/to/laravel-datatable

composer install

###Step 2: Create Database Create Database in Your local MySQL (choose name, for example : laravel-datatable),

And configure that name in your .env file.

###Step 3 Run migrations

>php artisan migrate

Execute the script_data.sql to populate the users table

###Start Accessing the Demo