mixed getPolicyFor(object|string $class) Get a policy instance for a given
Response authorize(string $ability, array|mixed $arguments = array())
$this define(string $ability, callable|string $callback) Define a new ability
$this after(callable $callback) Register a callback to run after all Gate
bool has(string $ability) Determine if a given ability has been defined
Gate forUser(
bool check(string $ability, array|mixed $arguments = array()) Determine
__construct(string|null $message = null) Create a new response.
mixed resolvePolicy(object|string $class) Build a policy class instance
UnauthorizedException class UnauthorizedException extends Exception
Page 1 of 3