string askWithCompletion(string $question, array $choices, string $default = null)
string ask(string $question, string $default = null) Prompt the user for
Application getLaravel()
bool confirm(string $question, bool $default = false) Confirm a question
int call(string $command, array $arguments = array()) Call another console
void line(string $string) Write a string as standard output.
string secret(string $question, bool $fallback = true) Prompt the user
string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)
Page 46 of 100