Viktor Babanov

Results 37 comments of Viktor Babanov

I suggest to make a global command-line tool, which will ask, i.e.: - Do you need console commands? - Do you need web application? - Would your app be api-only...

I think it can be not only command-line, but with web interface too. It will create a php server with auto searching for a free tcp port and display output...

In a web interface it's more comfortable to use checkboxes, display wizard progress and see the result of your choices.

I'd prefer to install dev-tool as a dev dependency and run `vendor/bin/yii-dev init`. This approach will force it to work in any project or set of packages, you need just...

Yes, and that's bad. It doesn't work with docker volumes. When you try to work with one of the sub-projects (e.g. start a server for the yiisoft/demo), it's fucking annoying...

- Won't it be better to write "1 tag" and "2 tags"? - Where can I find i18n-related code?

Why do you think Guzzle's documentation is not enough?

"Autowiring" is a phenomenon when dependencies can be automatically passed to the constructor or another method. It is a responsibility of a framework you're using, not DI container. I guess...

@FabrizioCaldarelli sorry, didn't see you're in YiiSoft team. I thought you're just one more newbie, shame on me.