Skip to content

Commit 3cf81a8

Browse files
committed
Updated documentation
1 parent 0585a25 commit 3cf81a8

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

doc/XDEBUG.md

-23
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ have all basic configuration ready.
1515
* [PhpStorm basic configuration](#phpstorm-basic-configuration-table-of-contents)
1616
* [First connection](#first-connection-table-of-contents)
1717
* [Configuring debugging server](#configuring-debugging-server-table-of-contents)
18-
* [Mac users](#mac-users-table-of-contents)
1918
* [Debug CLI commands](#debug-cli-commands-table-of-contents)
2019
* [Debug Postman requests](#debug-postman-requests-table-of-contents)
2120
* [External links / resources](#external-links--resources-table-of-contents)
@@ -27,9 +26,6 @@ These instructions relies heavily to screenshots, so you might need to use
2726
your own brains for some parts of these instructions - but I bet you can get
2827
this working in couple of minutes.
2928

30-
Note that if you're using Mac, read [Mac users](#mac-users-table-of-contents)
31-
section first.
32-
3329
### PhpStorm basic configuration [](#table-of-contents)
3430

3531
1) Make sure that Xdebug port is `9003`
@@ -71,25 +67,6 @@ local paths. See the image below:
7167

7268
![Path mappings](images/xdebug_05.png)
7369

74-
## Mac users [](#table-of-contents)
75-
76-
Mac users need to create a `docker-compose.override.yml` file with following
77-
content:
78-
79-
```yaml
80-
version: '3'
81-
services:
82-
php:
83-
environment:
84-
- DOCKER_WITH_MAC=1
85-
```
86-
87-
And if you're reading this you might want to read [Speed problems with docker-compose?](SPEED_UP_DOCKER_COMPOSE.md)
88-
document, which will tell you how to speed your Mac environment quite lot.
89-
90-
You just need to combine those both configurations to your local
91-
`docker-compose.override.yml` file
92-
9370
## Debug CLI commands [](#table-of-contents)
9471

9572
By default this application assumes that you're using `app.localhost` as your

0 commit comments

Comments
 (0)