Add global layout and homepage

This commit is contained in:
Frankie B 2023-06-13 23:07:20 +01:00 committed by Frankie B
commit 168400fab0
33 changed files with 612 additions and 158 deletions

View file

@ -14,5 +14,5 @@
*/
Route::get('/', function () {
return view('welcome');
return View::make('pages.home');
});