Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| code:laravel:templates [2020/04/25 10:52] – [Install] gerardorourke | code:laravel:templates [2021/01/10 15:33] (current) – gerardorourke | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Laravel Templates ====== | ====== Laravel Templates ====== | ||
| + | |||
| + | ===== Laravel with 'SB Admin' Bootstrap ==== | ||
| + | *https:// | ||
| + | *[[https:// | ||
| + | |||
| ===== 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 | ||
| + | *< | ||