Laravel this is not only a practical framework, it is also a programming style
In this example priority always will be: auth > mid1 > mid2?
Route::middleware([ 'auth', 'mid1', 'mid2', ])->group(function () { // });
Aucun commentaire:
Enregistrer un commentaire