Dwight Watson's blog

Handy Laravel Redirect methods

This blog post was originally published a little while ago. Please consider that it may no longer be relevant or even accurate.

Laravel Weekly uncovered some handy methods in the Laravel redirector which I hadn't seen before.

Redirect to a route named 'home'

return Redirect::home();

Redirect to the current URI

return Redirect::refresh();

A blog about Laravel & Rails by Dwight Watson;

Picture of Dwight Watson

Follow me on Twitter, or GitHub.