Hello guys.
Very important question for me. What are you using for Yii2 development?
I mean earlier I used LAMP (XAMPP, etc.) After that I used NGINX. Now I planning to move to Docker containers, such as: (NGINX, phpfrpm, MariaDb).
I wrote docker-compose.yml myself but I see that nginx not has the same permissions with phpfpm and every time I have errors "permission denied". Was opened question in Stackoverflow https://stackoverflow.com/questions/48034084/yii2-hosted-on-docker-has-an-error-failed-to-open-stream-permission-denied
Maybe you using PHD4 - 5, dockerized, or another project?
And how you move your development version to production?
Thanks!