Request getRequest() Get the active request instance. Return Value Request
void flush() Remove all of the items from the session. Return Value void
bool statement(string $query, array $bindings = array()) Execute an SQL statement and return the boolean result. Parameters string $query array $bindings Return Value bool
bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
array gatherMiddleware() Get all middleware, including the ones from the controller. Return Value array
$this viaRequest(string $driver, callable $callback) Register a new callback based request guard. Parameters string $driver callable $callback Return Value $this
void setTablePrefix(string $prefix) Set the table prefix in use by the connection. Parameters string $prefix Return Value void
OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void
void putMany(array $values, float|int $minutes) Store multiple items in the cache for a given number of minutes. Parameters array $values float|int $minutes Return Value void
Page 508 of 996