string ask(string $question, string $default = null) Prompt the user for
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
Application getLaravel()
int callSilent(string $command, array $arguments = array()) Call another
void error(string $string) Write a string as error output.
void fire() Execute the console command.
string|array option(string $key = null) Get the value of a command option
Page 1 of 12