Support the ongoing development of Laravel.io →
Neil Cruz

Neil Cruz

Joined 12 Sep 2014

Statistics

Threads 0
Replies 24
Solutions 2
Articles 0

neilstee has not posted any threads yet

replied 11 years ago

Redirect::back() issues

did you get blank page again? try to view source.

0 Likes
replied 11 years ago

Redirect::back() issues

did you try this? return Redirect::to(URL::previous())->withInput()->withErrors($validation);...

0 Likes
replied 11 years ago

Redirect::back() issues

You can try this return Redirect::to(URL::previous())->withInput()->withErrors($validation);

0 Likes
replied 11 years ago

Redirect::back() issues

if you can paste your views page to see what going on.

0 Likes
replied 11 years ago

Redirect::back() issues

can you try return URL::previous();

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.