@@ -418,7 +418,7 @@ laradock_workspace_1 /sbin/my_init Up 0.0.0.0:2222-
418418<a name =" enablePhpXdebug " ></a >
419419## Enable xDebug on php-fpm
420420
421- In a host terminal sitting in the laradock folder, run: ` .php-fpm/xdebug status `
421+ In a host terminal sitting in the laradock folder, run: ` ./ php-fpm/xdebug status `
422422You should see something like the following:
423423
424424```
@@ -430,7 +430,7 @@ Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
430430 with Xdebug v2.4.1, Copyright (c) 2002-2016, by Derick Rethans
431431```
432432
433- Other commands include ` .php-fpm/xdebug start | stop ` .
433+ Other commands include ` ./ php-fpm/xdebug start | stop ` .
434434
435435If you have enabled ` xdebug=true ` in ` docker-compose.yml/php-fpm ` , ` xdebug ` will already be running when
436436` php-fpm ` is started and listening for debug info on port 9000.
@@ -516,9 +516,9 @@ If you have enabled `xdebug=true` in `docker-compose.yml/php-fpm`, `xdebug` will
516516<a name =" UsagePHPStormDebugSite " ></a >
517517### Debug WebSite
518518- In case xDebug is disabled, from the ` laradock ` folder run:
519- ` .php-fpm/xdebug start ` .
519+ ` ./ php-fpm/xdebug start ` .
520520 - To switch xdebug off, run:
521- ` .php-fpm/xdebug stop `
521+ ` ./ php-fpm/xdebug stop `
522522
523523- Start Remote Debugging
524524 - ![ DebugRemoteOn] ( /images/photos/PHPStorm/DebugRemoteOn.png )
0 commit comments