Laravel/Socialite redirect relative path doesnt automaticaly resolve to a fully qualified URL.
I've added Laravel/socialite to my Lumen project to let users login. In the Laravel docs it says "If the redirect option contains a relative path, it will automatically be resolved to a fully qualified URL.", but when I use a relative path it doenst resolve to a fully qualified URL, does it only work for Laravel? or am I missing something here?