isStarted() {@inheritdoc}
void setQueryGrammar(Grammar $grammar) Set the query grammar used by the connection. Parameters Grammar $grammar Return Value void
static Builder query() Begin querying the model. Return Value Builder
string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
$this whereBetween(string $column, array $values, string $boolean = 'and', bool $not = false) Add a where between statement to the query. Parameters string $column array $values string $boolean bool $not Return Value $this
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
void terminate() Terminate the application. 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
void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void
Page 917 of 996