string ask(string $question, string $default = null) Prompt the user for
void fire() Execute the console command.
ConsoleMakeCommand class ConsoleMakeCommand extends
string|array argument(string $key = null) Get the value of a command argument
void setLaravel(Container $laravel)
string|array option(string $key = null) Get the value of a command option
int run(InputInterface $input, OutputInterface $output) Run the console
void question(string $string) Write a string as question output.
array options() Get all of the options passed to the command.
Page 63 of 100