-
-
Couldn't load subscription status.
- Fork 49
Add cli for creating controllers and middlewares #36
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you try to resolve issue #36?
And I think this approach is not good because it's native CLI and we cannot verify every command works.
I prefer using the symfony/console to create related console :).
Hi @41i-6h0rb4n1 ,
Firstly, Thank you for your support and effort.
I agree with @peter279k . I think, we can use symfony/console package as a development dependency in order to make mini console app for this project. I consider that we can work on this PR. Actually, I was working on a feature like that, but I couldn't complete yet due to busy. We can go over the this console application idea.
Hi @41i-6h0rb4n1 ,
Firstly, Thank you for your support and effort.
I agree with @peter279k . I think, we can use symfony/console package as a development dependency in order to make mini console app for this project. I consider that we can work on this PR. Actually, I was working on a feature like that, but I couldn't complete yet due to busy. We can go over the this console application idea.
Thanks for your reply, @izniburak. I think you can close PR and create your PR that your console :).
Hi guys.
Thanks for your answers.
So I will try symfony/console.
No description provided.