Skip to content

Instantly share code, notes, and snippets.

@aqualad
Created April 16, 2013 16:53
Show Gist options
  • Save aqualad/5397547 to your computer and use it in GitHub Desktop.
Save aqualad/5397547 to your computer and use it in GitHub Desktop.
HTTP redirect with params
HTTP::redirect(Route::url('site/admin', [
'controller' => 'import',
'action' => 'decline_staff',
'id' => $request->param('id'),
]));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment