clarified where to run xdebugPhpFpm command

As users might run the command `xdebugPhpFpm`  in the php-fpm container rather than from outside.
This commit is contained in:
Samir Sabri 2016-10-26 15:21:18 +03:00 committed by GitHub
parent 4f7b0ec0c3
commit 17442db357

View File

@ -952,7 +952,7 @@ For information on how to configure xDebug with your IDE and work it out, check
By installing xDebug, you are enabling it to run on startup by default. By installing xDebug, you are enabling it to run on startup by default.
To controll the behavior of xDebug (in the `php-fpm` Container), you can run the following commands from the LaraDock root folder: To controll the behavior of xDebug (in the `php-fpm` Container), you can run the following commands from the LaraDock root folder, (at the same prompt where you run docker-compose):
- Stop xDebug from running by default: `./xdebugPhpFpm stop`. - Stop xDebug from running by default: `./xdebugPhpFpm stop`.
- Start xDebug by default: `./xdebugPhpFpm start`. - Start xDebug by default: `./xdebugPhpFpm start`.