This is an old revision of the document!
Laravel Templates
Creative Time's Material Dashboard
Install
Create a new laravel project with Authentication
- laravel new dashboard –auth
Download Template
- composer require laravel-frontend-presets/material-dashboard
Enable Material UI
- php artisan ui material
update the autoloader because of new classes in a classmap package
- composer dump-autoload
Create and seed the database tables
- php artisan migrate \–seed