Application getLaravel()
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback
int callSilent(string $command, array $arguments = array()) Call another
int run(InputInterface $input, OutputInterface $output) Run the console
array arguments() Get all of the arguments passed to the command.
array options() Get all of the options passed to the command.
bool hasArgument(string|int $name) Determine if the given argument is present
void info(string $string, null|int|string $verbosity = null) Write a string
Page 8 of 23