From 03b06632f9dae69e7ec17059e4c0280dc682c309 Mon Sep 17 00:00:00 2001 From: Roberto Date: Thu, 4 Jun 2026 00:10:18 +0200 Subject: [PATCH] Update page title to use application name from configuration --- resources/views/welcome.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index 32b699b..24eee66 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -6,7 +6,7 @@ - Laravel + {{ config('app.name') }}