Authorize
class Authorize
Properties
protected Factory | $auth | The authentication factory instance. |
|
protected Gate | $gate | The gate instance. |
Methods
void
mixed
array|string|Model
bool
isClassName(string $value)
Checks if the given string looks like a fully qualified class name.
Details
at line 51
mixed
handle(Request $request, Closure $next, string $ability, array|null ...$models)
Handle an incoming request.
at line 67
protected array|string|Model
getGateArguments(Request $request, array|null $models)
Get the arguments parameter for the gate.
at line 85
protected string|Model
getModel(Request $request, string $model)
Get the model to authorize.
at line 96
protected bool
isClassName(string $value)
Checks if the given string looks like a fully qualified class name.