We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In the current master the custom Logo picture is forced with the localhost URL from the APP_URL env variable.
I use it behind a proxy and a public URL, here my own correction :
WEB_URL=https://public.domain
'disks' => [ 'local' => [ 'driver' => 'local', 'root' => storage_path('app'), ], 'public' => [ 'driver' => 'local', 'root' => storage_path('app/public'), 'url' => env('WEB_URL').'/storage', ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the current master the custom Logo picture is forced with the localhost URL from the APP_URL env variable.
I use it behind a proxy and a public URL, here my own correction :
webroot/.env
webroot/config/filesystems.php
The text was updated successfully, but these errors were encountered: