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
- composer dump-autoload
- php artisan migrate –seed