string ask(string $question, string $default = null) Prompt the user for
string|array option(string $key = null) Get the value of a command option
void error(string $string) Write a string as error output.
void fire() Execute the console command.
bool confirm(string $question, bool $default = false) Confirm a question
RemindersControllerCommand class RemindersControllerCommand extends
void setLaravel(Application $laravel)
void table(array $headers, array $rows, string $style = 'default') Format
string anticipate(string $question, array $choices, string $default = null)
Page 3 of 12