Skip to content

Route With Options

Carlos Eduardo edited this page Oct 7, 2016 · 2 revisions

Route With Middleware

To use:

Route::redirect('/contact_us', 'anotherRoute')->middleware('middlewareGroupName');
Clone this wiki locally