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

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

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -