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
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
$this offset(int $value) Set the "offset" value of the query. Parameters int $value Return Value $this
void fire() Execute the console command. Return Value void
string|null getName() Get the database connection name. Return Value string|null
MessageBag errors() Get the validation error message provider. Return Value MessageBag
array intersect(array|mixed $keys) Intersect an array of items with the input data. Parameters array|mixed $keys Return Value array
string askWithCompletion(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
bool isDeferred() Determine if the provider is deferred. Return Value bool
void error(string $string, null|int|string $verbosity = null) Write a string as error output. Parameters string $string null|int|string $verbosity Return Value void
Page 151 of 996