Application getLaravel()
string|array option(string $key = null) Get the value of a command option
bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
OutputInterface getOutput() Get the output implementation.
AppNameCommand class AppNameCommand extends
void setLaravel(Application $laravel)
void line(string $string) Write a string as standard output.
string secret(string $question, bool $fallback = true) Prompt the user
bool confirm(string $question, bool $default = false) Confirm a question
void comment(string $string) Write a string as comment output.
Page 49 of 100