We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c0ddbc commit e1780f0Copy full SHA for e1780f0
readme.md
@@ -80,13 +80,13 @@ Note 3: Delete var/mysql-data folder if it is exist.
80
81
- In case you need debug only requests with IDE KEY: PHPSTORM from frontend in your browser:
82
```bash
83
-xdebug.remote_autostart = 0
+xdebug.start_with_request = no
84
```
85
Install locally in Firefox extension "Xdebug helper" and set in settings IDE KEY: PHPSTORM
86
87
- In case you need debug any request to an api (by default):
88
89
-xdebug.remote_autostart = 1
+xdebug.start_with_request = yes
90
91
92
5.Build, start and install the docker images from your terminal:
0 commit comments