You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.
$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 .
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
$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 .
The text was updated successfully, but these errors were encountered: