Application getLaravel()
int callSilent(string $command, array $arguments = array()) Call another
int run(InputInterface $input, OutputInterface $output) Run the console
int call(string $command, array $arguments = array()) Call another console
string ask(string $question, string $default = null) Prompt the user for
void setLaravel(Container $laravel)
string|array option(string $key = null) Get the value of a command option
void info(string $string, null|int|string $verbosity = null) Write a string
string anticipate(string $question, array $choices, string $default = null)
Page 24 of 26