Application class Application extends Application implements
string askWithCompletion(string $question, array $choices, string $default = null)
string ask(string $question, string $default = null) Prompt the user for
OutputInterface getOutput() Get the output implementation.
bool isQuiet() Returns whether verbosity is quiet (-q).
void info(string $string, null|int|string $verbosity = null) Write a string
array options() Get all of the options passed to the command.
Illuminate\Console\Events Classes
bool isVerbose() Returns whether verbosity is verbose (-v).
string|array option(string $key = null) Get the value of a command option
Page 1 of 9