1.
return
Redirect::to(
'user/profile'
);
, 301);
Redirect::to_secure(
Redirect::home();
Redirect::back();
Redirect::to_route(
'profile'
Redirect::to_action(
'home@index'
,
array
(
$username
));
'user@profile'
)->with(
'status'
'Welcome Back!'
$status
= Session::get(
Response::download(
'file/path.jpg'
Response::error(
'404'
'500'