void setLaravel(Application $laravel)
int call(string $command, array $arguments = array()) Call another console
void fire() Execute the console command.
string anticipate(string $question, array $choices, string $default = null)
string ask(string $question, string $default = null) Prompt the user for
void error(string $string) Write a string as error output.
void warn(string $string) Write a string as warning output.
bool|null fire() Execute the console command.
void warn(string $string, null|int|string $verbosity = null) Write a string
OutputInterface getOutput() Get the output implementation.
Page 66 of 100