array getRan() Get the ran migrations. Return Value array
mixed driver(string $driver = null) Get a driver instance. Parameters string $driver Return Value mixed
array arguments() Get all of the arguments passed to the command. Return Value array
array segments() Get all of the segments for the request path. Return Value array
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
string environment() Get or check the current application environment. Return Value string
bool chunkById(int $count, callable $callback, string $column = 'id') Chunk the results of a query by comparing numeric IDs. Parameters int $count callable $callback string $column Return Value bool
void comment(string $string) Write a string as comment output. Parameters string $string Return Value void
void prepend(string $key, mixed $value) Prepend a value onto an array configuration value. Parameters string $key mixed $value Return Value void
Page 597 of 996