RbacAbility
class RbacAbility
Rbac 能力
Properties
protected Guard | $auth |
Methods
__construct(Guard $auth)
Creates a new instance of the middleware.
Details
at line 25
__construct(Guard $auth)
Creates a new instance of the middleware.
at line 39
mixed
handle(Request $request, Closure $next, string $roles, string $permissions, bool $validateAll = false)
Handle an incoming request.