MakeControllerCommand class MakeControllerCommand extends
string|array option(string $key = null) Get the value of a command option
string|array argument(string $key = null) Get the value of a command argument
void setLaravel(Application $laravel)
void table(array $headers, Arrayable|array $rows,
bool|null fire() Execute the console command.
void question(string $string) Write a string as question output.
array arguments() Get all of the arguments passed to the command.
string askWithCompletion(string $question, array $choices, string $default = null)
Page 2 of 8