void info(string $string) Write a string as information output.
string ask(string $question, string $default = null) Prompt the user for
string anticipate(string $question, array $choices, string $default = null)
bool confirm(string $question, bool $default = false) Confirm a question
ModelMakeCommand class ModelMakeCommand extends
void __construct(Filesystem $files)
int run(InputInterface $input, OutputInterface $output) Run the console
OutputInterface getOutput() Get the output implementation.
void comment(string $string, null|int|string $verbosity = null) Write a
void info(string $string, null|int|string $verbosity = null) Write a string
Page 34 of 100