Application getLaravel()
string askWithCompletion(string $question, array $choices, string $default = null)
array options() Get all of the options passed to the command.
void warn(string $string, null|int|string $verbosity = null) Write a string
void table(array $headers, Arrayable|array $rows,
void info(string $string, null|int|string $verbosity = null) Write a string
string|array option(string $key = null) Get the value of a command option
void fire() Execute the console command.
void question(string $string, null|int|string $verbosity = null) Write
Page 9 of 26