You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Laravel app is hosted at a subdirectory on the webserver and no prefix is set, the returned URL has a / prepended, forcing the URL to become absolute.
When the Laravel app is hosted at a subdirectory on the webserver and no prefix is set, the returned URL has a / prepended, forcing the URL to become absolute.
Line 85:
I changed to:
I'm certain that can be implemented better but it resolved the problem for me.
The text was updated successfully, but these errors were encountered: