string path() Get the current path info for the request.
bool hasHeader(string $key) Determine if a header is set on the request
bool acceptsJson() Determines whether a request accepts JSON.
string|null segment(int $index, string|null $default = null) Get a segment
static bool hasMacro(string $name) Checks if macro is registered
void flashExcept(array|mixed $keys) Flash only some of the input to the
array except(array|mixed $keys) Get all of the input except for a specified
bool accepts(string|array $contentTypes) Determines whether the current
array attributes() Get custom attributes for validator errors.
string|array header(string $key = null, string|array|null $default = null)
Page 1 of 11