2
0
Эх сурвалжийг харах

Added message to enable xdebug in container

Mark Shust 7 жил өмнө
parent
commit
e1cabaff4f
1 өөрчлөгдсөн 3 нэмэгдсэн , 1 устгасан
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -96,7 +96,9 @@ See the `compose` folder for sample setups for both Magento 1 and Magento 2. Bas
 
 ### PHPStorm & Xdebug
 
-Open `PHPStorm > Preferences > Languages & Frameworks > PHP` and configure:
+First, enable Xdebug in the PHP-FPM container by running: `./bin/xdebug enable`
+
+Then, open `PHPStorm > Preferences > Languages & Frameworks > PHP` and configure:
 
 - `CLI Interpreter`:
 	- Create a new interpreter and specify `From Docker`, and name it `phpfpm`.