We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb47da2 commit 1f382b6Copy full SHA for 1f382b6
config/app.php
@@ -59,7 +59,7 @@
59
'webroot' => 'webroot',
60
'wwwRoot' => WWW_ROOT,
61
//'baseUrl' => env('SCRIPT_NAME'),
62
- 'fullBaseUrl' => env('APP_FULL_BASE_URL'),
+ 'fullBaseUrl' => env('APP_FULL_BASE_URL', false),
63
'imageBaseUrl' => 'img/',
64
'cssBaseUrl' => 'css/',
65
'jsBaseUrl' => 'js/',
0 commit comments