ouzo
ouzo copied to clipboard
Redirect in routes
trafficstars
Add redirect in routes.
Proposition:
Route::get('/', Redirect::to('/users'));
Route::get('/', Redirect::toAbsolute('http://ouzoframework.org'));
Would it automatically send 301 Moved Permanently? Or 302?