Provided a way to Stop/Start php-fpm xdebug via bash script.

This commit is contained in:
larryeitel
2016-08-15 08:59:29 -06:00
parent 28b4077a49
commit d8a4537efb
8 changed files with 159 additions and 1 deletions

View File

@ -957,8 +957,12 @@ Use `http://127.0.0.1` instead of `http://localhost` in your browser.
Make sure the ports for the services that you are trying to run (80, 3306, etc.) are not being used already by other programs, such as a built in `apache`/`httpd` service or other development tools you have installed.
#### Stopping and Starting xdebug
By default, if you have chosen to install xDebug, it will be running/enabled on startup.
- To stop xdebug in the `php-fpm` container, from your laradock folder, run: `./xdebugPhpFpm stop`.
- To start, run: `./xdebugPhpFpm start`.
- To see php -v, run: `./xdebugPhpFpm status`.
<br>
<a name="upgrading-laradock"></a>