string fullUrlWithQuery(array $query) Get the full URL for the request with the added query string parameters. Parameters array $query Return Value string
bool fullUrlIs() Determine if the current request URL and query string matches a pattern. Return Value bool
string fullUrl() Get the full URL for the request. Return Value string
string format(string $default = 'html') Get the data format expected in the response. Parameters string $default Return Value string
void flush() Flush all of the old input from the session. Return Value void
void flashOnly(array|mixed $keys) Flash only some of the input to the session. Parameters array|mixed $keys Return Value void
void flashExcept(array|mixed $keys) Flash only some of the input to the session. Parameters array|mixed $keys Return Value void
void flash(string $filter = null, array $keys = array()) Flash the input for the current request to the session. Parameters string $filter array $keys Return Value void
string fingerprint() Get a unique fingerprint for the request / route / IP address. Return Value string Exceptions RuntimeException
UploadedFile|array|null file(string $key = null, mixed $default = null) Retrieve a file from the request. Parameters string $key mixed $default Return Value UploadedFile|array|null
Page 257 of 996