Skip to content

halimus/laravel-datatable

Repository files navigation

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

About

Using Datatables with Laravel 5.3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages