$this dontSeeIsAuthenticated(string|null $guard = null) Assert that the user is not authenticated. Parameters string|null $guard Return Value $this
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
string secure(string $path, array $parameters = array()) Generate a secure, absolute URL to the given path. Parameters string $path array $parameters Return Value string
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
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
Page 152 of 996