Application getLaravel()
string|array argument(string $key = null) Get the value of a command argument
void line(string $string, string $style = null, null|int|string $verbosity = null)
void table(array $headers, array $rows, string $style = 'default') Format
void fire() Execute the console command.
void info(string $string, null|int|string $verbosity = null) Write a string
bool confirm(string $question, bool $default = false) Confirm a question
void warn(string $string, null|int|string $verbosity = null) Write a string
Page 13 of 31