Hey, I'm trying to use a named route inside a Redirect::guest(), but it doesn't seems to work. Is th...
Same here. Couldn't get past the blank page. I gave up and served it with artisan serve.
I managed to make it work using URL::route(): Redirect::guest(URL::route('named_route'));
The Laravel portal for problem solving, knowledge sharing and community building.
The community