RemindersControllerCommand::secret()

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

ClearRemindersCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

Builder::offset()

$this offset(int $value) Set the "offset" value of the query. Parameters int $value Return Value $this

ClearRemindersCommand::fire()

void fire() Execute the console command. Return Value void

MySqlConnection::getName()

string|null getName() Get the database connection name. Return Value string|null

ValidationException::errors()

MessageBag errors() Get the validation error message provider. Return Value MessageBag

Request::intersect()

array intersect(array|mixed $keys) Intersect an array of items with the input data. Parameters array|mixed $keys Return Value array

RemindersControllerCommand::askWithCompletion()

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

ViewServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

RefreshCommand::error()

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