bool fullUrlIs() Determine if the current request URL and query string
Response forbiddenResponse() Get the response for a forbidden operation
mixed user(string|null $guard = null) Get the user making the request.
bool has(string|array $key) Determine if the request contains a non-empty
mixed __call(string $method, array $parameters) Dynamically handle calls
mixed json(string $key = null, mixed $default = null) Get the JSON payload
bool wantsJson() Determine if the current request is asking for JSON in
$this setRouteResolver(Closure $callback)
bool secure() Determine if the request is over HTTPS.
bool hasMiddleware(string $middleware) Determine if the kernel has a given
Page 9 of 11