string|array option(string $key = null) Get the value of a command option
bool hasOption(string $name) Determine if the given option is present.
void error(string $string, null|int|string $verbosity = null) Write a string
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
string askWithCompletion(string $question, array $choices, string $default = null)
void setLaravel(Container $laravel)
string ask(string $question, string $default = null) Prompt the user for
void handle() Execute the console command.
void table(array $headers, Arrayable|array $rows,
void fire() Execute the console command.
Page 1 of 6