Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel method don't work #44

Open
DahlenMarvin opened this issue Apr 1, 2020 · 1 comment
Open

Laravel method don't work #44

DahlenMarvin opened this issue Apr 1, 2020 · 1 comment

Comments

@DahlenMarvin
Copy link

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 :

image

in CMD :

image

Laravel Framework 5.5.48

@Oxicode
Copy link

Oxicode commented Jul 10, 2021

👍🏻 +1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants