Skip to content

Commit e1780f0

Browse files
author
DKravtsov
committed
updated readme
1 parent 4c0ddbc commit e1780f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ Note 3: Delete var/mysql-data folder if it is exist.
8080

8181
- In case you need debug only requests with IDE KEY: PHPSTORM from frontend in your browser:
8282
```bash
83-
xdebug.remote_autostart = 0
83+
xdebug.start_with_request = no
8484
```
8585
Install locally in Firefox extension "Xdebug helper" and set in settings IDE KEY: PHPSTORM
8686

8787
- In case you need debug any request to an api (by default):
8888
```bash
89-
xdebug.remote_autostart = 1
89+
xdebug.start_with_request = yes
9090
```
9191

9292
5.Build, start and install the docker images from your terminal:

0 commit comments

Comments
 (0)