Hi,
When using the redirect method, it takes me to a white page with the URL printed on the screen that I am redirecting to, before finally redirecting to that page. Any reason why it's not redirecting DIRECTLY to the intended page?
Here is the code I'm using: return Redirect::route('inventory');
Has anyone else experienced this?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community