array options() Get all of the options passed to the command.
string askWithCompletion(string $question, array $choices, string $default = null)
bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void setLaravel(Container $laravel)
Application getLaravel()
void info(string $string) Write a string as information output.
RemindersTableCommand class RemindersTableCommand extends
bool confirm(string $question, bool $default = false) Confirm a question
void fire() Execute the console command.
void info(string $string, null|int|string $verbosity = null) Write a string
Page 6 of 12