string ask(string $question, string $default = null) Prompt the user for
Application getLaravel()
string anticipate(string $question, array $choices, string $default = null)
int run(InputInterface $input, OutputInterface $output) Run the console
void error(string $string) Write a string as error output.
OutputInterface getOutput() Get the output implementation.
void fire() Execute the console command.
string secret(string $question, bool $fallback = true) Prompt the user
string|array option(string $key = null) Get the value of a command option
void __construct(Kernel $kernel)
Page 40 of 100