Skip to content

Instantly share code, notes, and snippets.

@diegofelix
Last active November 30, 2016 11:33
Show Gist options
  • Select an option

  • Save diegofelix/4452387 to your computer and use it in GitHub Desktop.

Select an option

Save diegofelix/4452387 to your computer and use it in GitHub Desktop.
Laravel 3: Back Link
// Link to Back page
HTML::macro("back", function($text = "Back"){
return '<a href="{{ Request::referrer() }}">$text</a>';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment