Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
code:laravel:templates [2020/04/25 10:52] – [Install] gerardorourkecode:laravel:templates [2021/01/10 15:33] (current) gerardorourke
Line 1: Line 1:
 ====== Laravel Templates ====== ====== Laravel Templates ======
 +
 +===== Laravel with 'SB Admin' Bootstrap ====
 +  *https://github.com/aleckrh/laravel-sb-admin-2
 +  *[[https://startbootstrap.com/previews/sb-admin-2|Start BootStrap SB Admin 2]]
 +
  
 ===== Creative Time's Material Dashboard ==== ===== Creative Time's Material Dashboard ====
Line 15: Line 20:
   *php artisan ui material   *php artisan ui material
  
 +update the autoloader because of new classes in a classmap package
   *composer dump-autoload   *composer dump-autoload
-  *php artisan migrate --seed  
  
 +Create and seed the database tables
 +  *<code>php artisan migrate --seed </code>
  
  • code/laravel/templates.1587808345.txt.gz
  • Last modified: 2020/04/25 10:52
  • by gerardorourke