Yii v2 snippet guide III

Comparing #53 with #54

Revision #54 was created by rackycz rackycz on Mar 8, 2021, 11:08:52 PM.

Docker

Content

[...]
- Values are taken from docker-compose.yml
- Set status=10 to your first user

Now you have your account and you can log in to Backend

*I was not able to use xDebug. It just does not work now. I will update as soon as I find out.*
 
 
**Enabling xDebug in Docker, yii demo application**
---

Just add section **environment** to docker-compose.yml like this:

```
[...]