Skip to content

Commit fd47c89

Browse files
Merge pull request laradock#874 from geekpobre/patch-1
Fix image path on doc guides
2 parents db353fb + ae72b00 commit fd47c89

1 file changed

Lines changed: 27 additions & 27 deletions

File tree

DOCUMENTATION/content/guides/index.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
- ![Settings/BuildDeploymentConnection](images/photos/PHPStorm/Settings/BuildDeploymentConnection.png)
431+
- ![Settings/BuildDeploymentConnection](/images/photos/PHPStorm/Settings/BuildDeploymentConnection.png)
432432
433433
- `Settings/BuildDeploymentConnectionMappings`
434-
- ![Settings/BuildDeploymentConnectionMappings](images/photos/PHPStorm/Settings/BuildDeploymentConnectionMappings.png)
434+
- ![Settings/BuildDeploymentConnectionMappings](/images/photos/PHPStorm/Settings/BuildDeploymentConnectionMappings.png)
435435
436436
- `Settings/BuildDeploymentDebugger`
437-
- ![Settings/BuildDeploymentDebugger](images/photos/PHPStorm/Settings/BuildDeploymentDebugger.png)
437+
- ![Settings/BuildDeploymentDebugger](/images/photos/PHPStorm/Settings/BuildDeploymentDebugger.png)
438438
439439
- `Settings/EditRunConfigurationRemoteWebDebug`
440-
- ![Settings/EditRunConfigurationRemoteWebDebug](images/photos/PHPStorm/Settings/EditRunConfigurationRemoteWebDebug.png)
440+
- ![Settings/EditRunConfigurationRemoteWebDebug](/images/photos/PHPStorm/Settings/EditRunConfigurationRemoteWebDebug.png)
441441
442442
- `Settings/EditRunConfigurationRemoteExampleTestDebug`
443-
- ![Settings/EditRunConfigurationRemoteExampleTestDebug](images/photos/PHPStorm/Settings/EditRunConfigurationRemoteExampleTestDebug.png)
443+
- ![Settings/EditRunConfigurationRemoteExampleTestDebug](/images/photos/PHPStorm/Settings/EditRunConfigurationRemoteExampleTestDebug.png)
444444
445445
- `Settings/LangsPHPDebug`
446-
- ![Settings/LangsPHPDebug](images/photos/PHPStorm/Settings/LangsPHPDebug.png)
446+
- ![Settings/LangsPHPDebug](/images/photos/PHPStorm/Settings/LangsPHPDebug.png)
447447
448448
- `Settings/LangsPHPInterpreters`
449-
- ![Settings/LangsPHPInterpreters](images/photos/PHPStorm/Settings/LangsPHPInterpreters.png)
449+
- ![Settings/LangsPHPInterpreters](/images/photos/PHPStorm/Settings/LangsPHPInterpreters.png)
450450
451451
- `Settings/LangsPHPPHPUnit`
452-
- ![Settings/LangsPHPPHPUnit](images/photos/PHPStorm/Settings/LangsPHPPHPUnit.png)
452+
- ![Settings/LangsPHPPHPUnit](/images/photos/PHPStorm/Settings/LangsPHPPHPUnit.png)
453453
454454
- `Settings/LangsPHPServers`
455-
- ![Settings/LangsPHPServers](images/photos/PHPStorm/Settings/LangsPHPServers.png)
455+
- ![Settings/LangsPHPServers](/images/photos/PHPStorm/Settings/LangsPHPServers.png)
456456
457457
- `RemoteHost`
458458
To switch on this view, go to: `Menu/Tools/Deployment/Browse Remote Host`.
459-
- ![RemoteHost](images/photos/PHPStorm/RemoteHost.png)
459+
- ![RemoteHost](/images/photos/PHPStorm/RemoteHost.png)
460460
461461
- `RemoteWebDebug`
462-
- ![DebugRemoteOn](images/photos/PHPStorm/DebugRemoteOn.png)
462+
- ![DebugRemoteOn](/images/photos/PHPStorm/DebugRemoteOn.png)
463463
464464
- `EditRunConfigurationRemoteWebDebug`
465465
Go to: `Menu/Run/Edit Configurations`.
466-
- ![EditRunConfigurationRemoteWebDebug](images/photos/PHPStorm/Settings/EditRunConfigurationRemoteWebDebug.png)
466+
- ![EditRunConfigurationRemoteWebDebug](/images/photos/PHPStorm/Settings/EditRunConfigurationRemoteWebDebug.png)
467467
468468
- `EditRunConfigurationRemoteExampleTestDebug`
469469
Go to: `Menu/Run/Edit Configurations`.
470-
- ![EditRunConfigurationRemoteExampleTestDebug](images/photos/PHPStorm/Settings/EditRunConfigurationRemoteExampleTestDebug.png)
470+
- ![EditRunConfigurationRemoteExampleTestDebug](/images/photos/PHPStorm/Settings/EditRunConfigurationRemoteExampleTestDebug.png)
471471
472472
- `WindowsFirewallAllowedApps`
473473
Go to: `Control Panel\All Control Panel Items\Windows Firewall\Allowed apps`.
474-
- ![WindowsFirewallAllowedApps.png](images/photos/PHPStorm/Settings/WindowsFirewallAllowedApps.png)
474+
- ![WindowsFirewallAllowedApps.png](/images/photos/PHPStorm/Settings/WindowsFirewallAllowedApps.png)
475475
476476
- `hosts`
477477
Edit: `C:\Windows\System32\drivers\etc\hosts`.
478-
- ![WindowsFirewallAllowedApps.png](images/photos/PHPStorm/Settings/hosts.png)
478+
- ![WindowsFirewallAllowedApps.png](/images/photos/PHPStorm/Settings/hosts.png)
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-
- ![Remote Test Debugging Success](images/photos/PHPStorm/RemoteTestDebuggingSuccess.png)
500+
- ![Remote Test Debugging Success](/images/photos/PHPStorm/RemoteTestDebuggingSuccess.png)
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-
- ![DebugRemoteOn](images/photos/PHPStorm/DebugRemoteOn.png)
511+
- ![DebugRemoteOn](/images/photos/PHPStorm/DebugRemoteOn.png)
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-
- ![Remote Debugging Success](images/photos/PHPStorm/RemoteDebuggingSuccess.png)
517+
- ![Remote Debugging Success](/images/photos/PHPStorm/RemoteDebuggingSuccess.png)
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-
- ![Session](images/photos/KiTTY/Session.png)
537-
- ![Terminal](images/photos/KiTTY/Terminal.png)
538-
- ![Window](images/photos/KiTTY/Window.png)
539-
- ![WindowAppearance](images/photos/KiTTY/WindowAppearance.png)
540-
- ![Connection](images/photos/KiTTY/Connection.png)
541-
- ![ConnectionData](images/photos/KiTTY/ConnectionData.png)
542-
- ![ConnectionSSH](images/photos/KiTTY/ConnectionSSH.png)
543-
- ![ConnectionSSHAuth](images/photos/KiTTY/ConnectionSSHAuth.png)
544-
- ![TerminalShell](images/photos/KiTTY/TerminalShell.png)
536+
- ![Session](/images/photos/KiTTY/Session.png)
537+
- ![Terminal](/images/photos/KiTTY/Terminal.png)
538+
- ![Window](/images/photos/KiTTY/Window.png)
539+
- ![WindowAppearance](/images/photos/KiTTY/WindowAppearance.png)
540+
- ![Connection](/images/photos/KiTTY/Connection.png)
541+
- ![ConnectionData](/images/photos/KiTTY/ConnectionData.png)
542+
- ![ConnectionSSH](/images/photos/KiTTY/ConnectionSSH.png)
543+
- ![ConnectionSSHAuth](/images/photos/KiTTY/ConnectionSSHAuth.png)
544+
- ![TerminalShell](/images/photos/KiTTY/TerminalShell.png)
545545
546546

0 commit comments

Comments
 (0)