Application getLaravel()
string anticipate(string $question, array $choices, string $default = null)
string ask(string $question, string $default = null) Prompt the user for
void setLaravel(Application $laravel)
int callSilent(string $command, array $arguments = array()) Call another
void fire() Execute the console command.
int run(InputInterface $input, OutputInterface $output) Run the console
bool hasArgument(string|int $name) Determine if the given argument is present
bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
Page 3 of 12