Answer the question
In order to leave comments, you need to log in
How to redirect to another page with options in Laravel?
There is a redirect defined in the routes.php file
Route::get( '/source', function() { return Redirect::to('/target', 302); } );
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question