void setLaravel(Application $laravel)
int run(InputInterface $input, OutputInterface $output) Run the console
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void warn(string $string) Write a string as warning output.
void info(string $string) Write a string as information output.
void fire() Execute the console command.
void table(array $headers, Arrayable|array $rows,
array all() Get all of the commands registered with the console.
int callSilent(string $command, array $arguments = array()) Call another
bool|null fire() Execute the console command.
Page 51 of 100