How to ignore APP_URL for getFirstMedia() method for responsive images #2717
Unanswered
stefanofinetti
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Basically, I have a laravel installation which covers multiple domains (with a middleware), thus rendering completely useless the APP_URL variable. More, the variable should not be used because url will never have what is in APP_URL value. I've already done some override to the UrlGenerator, but it seems I can't get past use of APP_URL value for getFirstMedia() method, which I'm using to generate responsive
. I can't find where APP_URL is read so I can't do another override unless you point me to where I should look. Thanks
Beta Was this translation helpful? Give feedback.
All reactions