laravel namespace route class code example
Example 1: laraval routing
Route::redirect('/here', '/there', 301);
Example 2: laraval routing
Route::redirect('/here', '/there');
Route::redirect('/here', '/there', 301);
Route::redirect('/here', '/there');