A simple example of using Datatable.js with Laravel 5.6
DB_DATABASE=db_name
DB_USERNAME=db_username
DB_PASSWORD=db_password
php artisan migrate
php artisan tinker
factory(App\User::class, 100)->create();
exit
php artisan serve
A simple example of using Datatable.js with Laravel 5.6
DB_DATABASE=db_name
DB_USERNAME=db_username
DB_PASSWORD=db_password
php artisan migrate
php artisan tinker
factory(App\User::class, 100)->create();
exit
php artisan serve