Application getLaravel()
void line(string $string) Write a string as standard output.
void error(string $string, null|int|string $verbosity = null) Write a string
string ask(string $question, string $default = null) Prompt the user for
string|array option(string $key = null) Get the value of a command option
OutputInterface getOutput() Get the output implementation.
string askWithCompletion(string $question, array $choices, string $default = null)
void setLaravel(Container $laravel)
void fire() Execute the console command.
Page 1 of 12