From 8e627b16712e90134919c7366dffa4993a13165a Mon Sep 17 00:00:00 2001 From: Frankie B Date: Tue, 13 Jun 2023 23:07:20 +0100 Subject: Add global layout and homepage --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routes/web.php') diff --git a/routes/web.php b/routes/web.php index d259f33..6af7650 100644 --- a/routes/web.php +++ b/routes/web.php @@ -14,5 +14,5 @@ use Illuminate\Support\Facades\Route; */ Route::get('/', function () { - return view('welcome'); + return View::make('pages.home'); }); -- cgit v1.2.3-54-g00ecf