ouzo icon indicating copy to clipboard operation
ouzo copied to clipboard

Redirect in routes

Open piotrooo opened this issue 11 years ago • 1 comments
trafficstars

Add redirect in routes.

Proposition:

Route::get('/', Redirect::to('/users'));
Route::get('/', Redirect::toAbsolute('http://ouzoframework.org'));

piotrooo avatar Feb 19 '14 10:02 piotrooo

Would it automatically send 301 Moved Permanently? Or 302?

danon avatar Jan 09 '17 12:01 danon