@@ -15,7 +15,6 @@ have all basic configuration ready.
15
15
* [ PhpStorm basic configuration] ( #phpstorm-basic-configuration-table-of-contents )
16
16
* [ First connection] ( #first-connection-table-of-contents )
17
17
* [ Configuring debugging server] ( #configuring-debugging-server-table-of-contents )
18
- * [ Mac users] ( #mac-users-table-of-contents )
19
18
* [ Debug CLI commands] ( #debug-cli-commands-table-of-contents )
20
19
* [ Debug Postman requests] ( #debug-postman-requests-table-of-contents )
21
20
* [ 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
27
26
your own brains for some parts of these instructions - but I bet you can get
28
27
this working in couple of minutes.
29
28
30
- Note that if you're using Mac, read [ Mac users] ( #mac-users-table-of-contents )
31
- section first.
32
-
33
29
### PhpStorm basic configuration [ ᐞ] ( #table-of-contents )
34
30
35
31
1 ) Make sure that Xdebug port is ` 9003 `
@@ -71,25 +67,6 @@ local paths. See the image below:
71
67
72
68
![ Path mappings] ( images/xdebug_05.png )
73
69
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
-
93
70
## Debug CLI commands [ ᐞ] ( #table-of-contents )
94
71
95
72
By default this application assumes that you're using ` app.localhost ` as your
0 commit comments