void comment(string $string) Write a string as comment output.
ControllerMakeCommand class ControllerMakeCommand extends
void __construct(Filesystem $files)
void line(string $string) Write a string as standard output.
bool confirm(string $question, bool $default = false) Confirm a question
int run(InputInterface $input, OutputInterface $output) Run the console
string|array option(string $key = null) Get the value of a command option
bool|null fire() Execute the console command.
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void error(string $string) Write a string as error output.
Page 5 of 8