提示
$email = $this->ask('What is your email address?');$password = $this->secret('What is the DB password?');if ($this->confirm('Do you want to truncate the tables?')) {
//
} $album = $this->anticipate('What is the best album ever?', [
"The Joshua Tree", "Pet Sounds", "What's Going On"
]);Last updated