Created
September 24, 2013 08:22
-
-
Save driesvints/6681848 to your computer and use it in GitHub Desktop.
Laravel Weekly #24 - Quick Tip
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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