@@ -428,54 +428,54 @@ If you have enabled `xdebug=true` in `docker-compose.yml/php-fpm`, `xdebug` will
428428## PHPStorm Settings
429429- Here are some settings that are known to work:
430430 - `Settings/BuildDeploymentConnection`
431- - 
431+ - 
432432
433433 - `Settings/BuildDeploymentConnectionMappings`
434- - 
434+ - 
435435
436436 - `Settings/BuildDeploymentDebugger`
437- - 
437+ - 
438438
439439 - `Settings/EditRunConfigurationRemoteWebDebug`
440- - 
440+ - 
441441
442442 - `Settings/EditRunConfigurationRemoteExampleTestDebug`
443- - 
443+ - 
444444
445445 - `Settings/LangsPHPDebug`
446- - 
446+ - 
447447
448448 - `Settings/LangsPHPInterpreters`
449- - 
449+ - 
450450
451451 - `Settings/LangsPHPPHPUnit`
452- - 
452+ - 
453453
454454 - `Settings/LangsPHPServers`
455- - 
455+ - 
456456
457457 - `RemoteHost`
458458 To switch on this view, go to: `Menu/Tools/Deployment/Browse Remote Host`.
459- - 
459+ - 
460460
461461 - `RemoteWebDebug`
462- - 
462+ - 
463463
464464 - `EditRunConfigurationRemoteWebDebug`
465465 Go to: `Menu/Run/Edit Configurations`.
466- - 
466+ - 
467467
468468 - `EditRunConfigurationRemoteExampleTestDebug`
469469 Go to: `Menu/Run/Edit Configurations`.
470- - 
470+ - 
471471
472472 - `WindowsFirewallAllowedApps`
473473 Go to: `Control Panel\All Control Panel Items\Windows Firewall\Allowed apps`.
474- - 
474+ - 
475475
476476 - `hosts`
477477 Edit: `C:\Windows\System32\drivers\etc\hosts`.
478- - 
478+ - 
479479
480480 - [Enable xDebug on php-fpm](#enablePhpXdebug)
481481
@@ -497,7 +497,7 @@ If you have enabled `xdebug=true` in `docker-compose.yml/php-fpm`, `xdebug` will
497497- right-click on `tests/ExampleTest.php`
498498 - Select: `Debug 'ExampleTest.php'`.
499499 - Should have stopped at the BreakPoint!! You are now debugging locally against a remote Laravel project via SSH!
500- - 
500+ - 
501501
502502
503503<a name="UsagePHPStormDebugSite"></a>
@@ -508,13 +508,13 @@ If you have enabled `xdebug=true` in `docker-compose.yml/php-fpm`, `xdebug` will
508508`.php-fpm/xdebug stop`
509509
510510- Start Remote Debugging
511- - 
511+ - 
512512
513513- Open to edit: `bootstrap/app.php`
514514- Add a BreakPoint on line 14: `$app = new Illuminate\Foundation\Application(`
515515- Reload [Laravel Site](http://laravel/)
516516 - Should have stopped at the BreakPoint!! You are now debugging locally against a remote Laravel project via SSH!
517- - 
517+ - 
518518
519519
520520<a name="SSHintoWorkspace"></a>
@@ -533,14 +533,14 @@ Assuming that you are in laradock folder, type:
533533[Kitty](http://www.9bis.net/kitty/) KiTTY is a fork from version 0.67 of PuTTY.
534534
535535- Here are some settings that are working for me:
536- - 
537- - 
538- - 
539- - 
540- - 
541- - 
542- - 
543- - 
544- - 
536+ - 
537+ - 
538+ - 
539+ - 
540+ - 
541+ - 
542+ - 
543+ - 
544+ - 
545545
546546
0 commit comments