Forked from driesvints/laravel-weekly-24-quick-tip.php
Created
November 15, 2013 06:10
-
-
Save WordpressDev/7479887 to your computer and use it in GitHub Desktop.
This file contains hidden or 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