Heimdall/app/Providers
LeoShivas c9c8171a52
Make background image relative
I use Heimdall in a subfolder so that I access to it threw www.mydomain.com/heimdall/.
Custom background image doesn't load because Heimdall generate an absolute link (ie : www.mydomain.com/storage/backgrounds/mycustomimage.jpeg).
The link expected is www.mydomain.com/heimdall/storage/backgrounds/mycustomimage.jpeg.
To fix this, you have to make the path relative by replace in the code "/storage" by "storage" or "./storage".
2020-02-04 11:41:53 +01:00
..
AppServiceProvider.php Make background image relative 2020-02-04 11:41:53 +01:00
AuthServiceProvider.php First commit 2018-01-26 14:35:01 +00:00
BroadcastServiceProvider.php First commit 2018-01-26 14:35:01 +00:00
EventServiceProvider.php First commit 2018-01-26 14:35:01 +00:00
RouteServiceProvider.php First commit 2018-01-26 14:35:01 +00:00