From f522f0c1fa76fac23427be6d6c0764c03678d200 Mon Sep 17 00:00:00 2001 From: owlinstack Date: Fri, 10 Jul 2026 13:42:25 +0200 Subject: [PATCH] config: add asset_url configuration for public asset URL resolution --- config/app.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/app.php b/config/app.php index 058ff63..d6fac19 100644 --- a/config/app.php +++ b/config/app.php @@ -56,6 +56,8 @@ 'url' => env('APP_URL', 'http://localhost'), + 'asset_url' => env('ASSET_URL'), + /* |-------------------------------------------------------------------------- | Application Timezone