on success form submission you can redirect the user?
at the end of you controller try,
return redirect('/some/path');
astroanu said:
on success form submission you can redirect the user?
at the end of you controller try,
return redirect('/some/path');
Thank you for the guidance. Do I need to create a route for this ? Or will this work without it. Also being a newbie, I would like to know how to achieve :
After hitting search in a form with input "Kolkata, India " the URL Changes from ..."exelrate.dev/reviews" to exelrate.dev/reviews/India/kolkata" and when I hit this URL again, the results are refreshed.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community