string ask(string $question, string $default = null) Prompt the user for
void warn(string $string) Write a string as warning output.
bool confirm(string $question, bool $default = false) Confirm a question
int call(string $command, array $arguments = array()) Call another console
Application getLaravel()
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
string|array option(string $key = null) Get the value of a command option
void fire() Execute the console command.
void table(array $headers, Arrayable|array $rows,
Page 23 of 26