string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
bool confirm(string $question, bool $default = false) Confirm a question
void info(string $string, null|int|string $verbosity = null) Write a string
bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void comment(string $string) Write a string as comment output.
Application getLaravel()
string ask(string $question, string $default = null) Prompt the user for
void info(string $string) Write a string as information output.
OutputInterface getOutput() Get the output implementation.
Page 6 of 12