Skip to content

A Fresh Installalation of laravel With Datatable Installed

Notifications You must be signed in to change notification settings

oteroweb/LaravelDatatable5.2KitStart

Repository files navigation

Laravel PHP Framework

For Install Execute the Followings Commands

//to create users tables
php artisan migrate 
//to access the tinker console
php artisan tinker
//to create 100 users random for testing
factory(App\User::class, 100)->create();
//to exit from tinker 
exit
//to add config file from  Yajra datatables
php artisan vendor:publish


the route is: http://my.app/datatables

About

A Fresh Installalation of laravel With Datatable Installed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages