php - Laravel redirect back as a link -



php - Laravel redirect back as a link -

we utilize redirect::back() within controller redirection lastly visited page but, there laravel function utilize in views link?

you can utilize helper:

{{ url::previous() }}

so this:

<a href="{{ url::previous() }}">go back</a>

php laravel-4

Comments

Popular posts from this blog

php - How to pass multiple values from url -

php - Laravel not returning controller -

c# - Confused on how to specify a Platform and Version while using ChromeOptions for RemoteWebDriver with Selenium donNet since recent updates -