Open xlkit456852 opened 8 years ago
$this->middleware('permission:role_manage|level:100',['only'=>'index']); I want to use this to let the user that has role_manage permission or level 100 access the index method.But it seems just use the permission middleware , no level .
$this->middleware('permission:role_manage|level:100',['only'=>'index']); I want to use this to let the user that has role_manage permission or level 100 access the index method.But it seems just use the permission middleware , no level .