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.txt
  • Last modified: 2021/01/10 15:33
  • by gerardorourke