void line(string $string) Write a string as standard output.
bool confirm(string $question, bool $default = false) Confirm a question
bool choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
void table(array $headers, array $rows, string $style = 'default') Format
RemindersControllerCommand class RemindersControllerCommand extends
string|array option(string $key = null) Get the value of a command option
void fire() Execute the console command.
void setLaravel(Application $laravel)
int run(InputInterface $input, OutputInterface $output) Run the console
string ask(string $question, string $default = null) Prompt the user for
Page 4 of 12