laravel-terminal
laravel-terminal copied to clipboard
Laravel method don't work
When i try to execute method like [ask, choice] nothing happen
if($this->argument('code') != null) {
$name = $this->ask('What is your name?');
$this->comment($name);
} else {
$this->comment('all');
}
Result :

in CMD :

Laravel Framework 5.5.48
👍🏻 +1