Skip to content

Instantly share code, notes, and snippets.

@driesvints
Created September 24, 2013 08:22
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save driesvints/6681848 to your computer and use it in GitHub Desktop.
Save driesvints/6681848 to your computer and use it in GitHub Desktop.
Laravel Weekly #24 - Quick Tip
<?php
// Redirect to a named 'home' route.
return Redirect::home();
// Refresh the current URI.
return Redirect::refresh();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment