string secret(string $question, bool $fallback = true) Prompt the user
void info(string $string) Write a string as information output.
array arguments() Get all of the arguments passed to the command.
int call(string $command, array $arguments = array()) Call another console
string|array argument(string $key = null) Get the value of a command argument
void fire() Execute the console command.
bool confirm(string $question, bool $default = false) Confirm a question
string ask(string $question, string $default = null) Prompt the user for
void setLaravel(Application $laravel)
Page 1 of 26