Compare commits

...

1 Commits

Author SHA1 Message Date
Jon Leopard
878c1e73d3 fix: add asset_url config key for ASSET_URL env var to work
Laravel 11's minimal config/app.php doesn't include the asset_url
key by default. Without this, the ASSET_URL environment variable
is never read, causing asset() to not use the configured URL.
2025-12-02 23:41:22 -07:00

View File

@@ -54,6 +54,8 @@ return [
'url' => env('APP_URL', 'http://localhost'),
'asset_url' => env('ASSET_URL'),
/*
|--------------------------------------------------------------------------
| Application Timezone