79197492

Date: 2024-11-17 15:24:43
Score: 1
Natty:
Report link

Your can use this code middleware group function of web.php

Route::group(['middleware'=>'admin'],function(){
    Route::get('/home/dashboard', [HomeController::class, 'dashboard'])->name('home.dashboard');   
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ilius Sagar