Request class Request extends Request implements
string|null bearerToken() Get the bearer token from the request headers
bool exists(string|array $key) Determine if the request contains a given
string|false storeAs(string $path, string $name, string|null $disk = null, string|null $visibility = null)
$this withException(Exception $e)
string|null prefers(string|array $contentTypes) Return the most suitable
Route|object|string route(string|null $param = null)
UploadedFile|array|null file(string $key = null, mixed $default = null)
bool hasHeader(string $key) Determine if a header is set on the request
$this cookie(Cookie|mixed $cookie) Add a cookie to the response.
Page 3 of 17