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 -

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

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