This is an old revision of the document!


Laravel Templates

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
  • code/laravel/templates.1587808621.txt.gz
  • Last modified: 2020/04/25 10:57
  • by gerardorourke