We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe06e4 commit a291ceeCopy full SHA for a291cee
1 file changed
config/app.php
@@ -57,7 +57,7 @@
57
'webroot' => 'webroot',
58
'wwwRoot' => WWW_ROOT,
59
//'baseUrl' => env('SCRIPT_NAME'),
60
- 'fullBaseUrl' => false,
+ 'fullBaseUrl' => env('APP_FULL_BASE_URL'),
61
'imageBaseUrl' => 'img/',
62
'cssBaseUrl' => 'css/',
63
'jsBaseUrl' => 'js/',
0 commit comments