Closure getRouteResolver() Get the route resolver callback. Return Value Closure
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
Response forbiddenResponse() Get the response for a forbidden operation. Return Value Response
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
Page 643 of 996