Simply pass an array to the middleware method:
Route::get('...', function() {
return '...';
})->middleware(['middleware1', 'middleware2']);
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community