Maybe this is what you are looking for: Redirect::back() ?
psychonetic said:
Maybe this is what you are looking for: Redirect::back() ?
Nope, I need to get the route to the previous page, to save the comment. Then i use the route to the page to load the appropriate comments...
Ok, I solved it by adding <input type="hidden" name="route" value="{{ Request::path(); }}">
to it..
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community