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 -

database - php search bar when I press submit with nothing in the search bar it shows all the data -

ios - How to load .png images from Documents folder of an app -