Fix image path on doc guides
The guides page was showing broken images as the url for those was not taking into consideration the url rewrite. I just added a slash in front of all those urls to serve them from root images folder instead.
This commit is contained in:
		| @@ -428,54 +428,54 @@ If you have enabled `xdebug=true` in `docker-compose.yml/php-fpm`, `xdebug` will | |||||||
| ## PHPStorm Settings | ## PHPStorm Settings | ||||||
| - Here are some settings that are known to work: | - Here are some settings that are known to work: | ||||||
|     - `Settings/BuildDeploymentConnection` |     - `Settings/BuildDeploymentConnection` | ||||||
|         -  |         -  | ||||||
|  |  | ||||||
|     - `Settings/BuildDeploymentConnectionMappings` |     - `Settings/BuildDeploymentConnectionMappings` | ||||||
|         -  |         -  | ||||||
|  |  | ||||||
|     - `Settings/BuildDeploymentDebugger` |     - `Settings/BuildDeploymentDebugger` | ||||||
|         -  |         -  | ||||||
|  |  | ||||||
|     - `Settings/EditRunConfigurationRemoteWebDebug` |     - `Settings/EditRunConfigurationRemoteWebDebug` | ||||||
|         -  |         -  | ||||||
|  |  | ||||||
|     - `Settings/EditRunConfigurationRemoteExampleTestDebug` |     - `Settings/EditRunConfigurationRemoteExampleTestDebug` | ||||||
|         -  |         -  | ||||||
|  |  | ||||||
|     - `Settings/LangsPHPDebug` |     - `Settings/LangsPHPDebug` | ||||||
|         -  |         -  | ||||||
|  |  | ||||||
|     - `Settings/LangsPHPInterpreters` |     - `Settings/LangsPHPInterpreters` | ||||||
|         -  |         -  | ||||||
|  |  | ||||||
|     - `Settings/LangsPHPPHPUnit` |     - `Settings/LangsPHPPHPUnit` | ||||||
|         -  |         -  | ||||||
|  |  | ||||||
|     - `Settings/LangsPHPServers` |     - `Settings/LangsPHPServers` | ||||||
|         -  |         -  | ||||||
|  |  | ||||||
|     - `RemoteHost` |     - `RemoteHost` | ||||||
|         To switch on this view, go to: `Menu/Tools/Deployment/Browse Remote Host`. |         To switch on this view, go to: `Menu/Tools/Deployment/Browse Remote Host`. | ||||||
|         -  |         -  | ||||||
|  |  | ||||||
|     - `RemoteWebDebug` |     - `RemoteWebDebug` | ||||||
|         -  |         -  | ||||||
|  |  | ||||||
|     - `EditRunConfigurationRemoteWebDebug` |     - `EditRunConfigurationRemoteWebDebug` | ||||||
|         Go to: `Menu/Run/Edit Configurations`. |         Go to: `Menu/Run/Edit Configurations`. | ||||||
|         -  |         -  | ||||||
|  |  | ||||||
|     - `EditRunConfigurationRemoteExampleTestDebug` |     - `EditRunConfigurationRemoteExampleTestDebug` | ||||||
|         Go to: `Menu/Run/Edit Configurations`. |         Go to: `Menu/Run/Edit Configurations`. | ||||||
|         -  |         -  | ||||||
|  |  | ||||||
|     - `WindowsFirewallAllowedApps` |     - `WindowsFirewallAllowedApps` | ||||||
|         Go to: `Control Panel\All Control Panel Items\Windows Firewall\Allowed apps`. |         Go to: `Control Panel\All Control Panel Items\Windows Firewall\Allowed apps`. | ||||||
|         -  |         -  | ||||||
|  |  | ||||||
|     - `hosts` |     - `hosts` | ||||||
|         Edit: `C:\Windows\System32\drivers\etc\hosts`. |         Edit: `C:\Windows\System32\drivers\etc\hosts`. | ||||||
|         -  |         -  | ||||||
|  |  | ||||||
|         - [Enable xDebug on php-fpm](#enablePhpXdebug) |         - [Enable xDebug on php-fpm](#enablePhpXdebug) | ||||||
|  |  | ||||||
| @@ -497,7 +497,7 @@ If you have enabled `xdebug=true` in `docker-compose.yml/php-fpm`, `xdebug` will | |||||||
| - right-click on `tests/ExampleTest.php` | - right-click on `tests/ExampleTest.php` | ||||||
|     - Select: `Debug 'ExampleTest.php'`. |     - Select: `Debug 'ExampleTest.php'`. | ||||||
|     - Should have stopped at the BreakPoint!! You are now debugging locally against a remote Laravel project via SSH! |     - Should have stopped at the BreakPoint!! You are now debugging locally against a remote Laravel project via SSH! | ||||||
|     -  |     -  | ||||||
|  |  | ||||||
|  |  | ||||||
| <a name="UsagePHPStormDebugSite"></a> | <a name="UsagePHPStormDebugSite"></a> | ||||||
| @@ -508,13 +508,13 @@ If you have enabled `xdebug=true` in `docker-compose.yml/php-fpm`, `xdebug` will | |||||||
| `.php-fpm/xdebug stop` | `.php-fpm/xdebug stop` | ||||||
|  |  | ||||||
| - Start Remote Debugging | - Start Remote Debugging | ||||||
|     -  |     -  | ||||||
|  |  | ||||||
| - Open to edit: `bootstrap/app.php` | - Open to edit: `bootstrap/app.php` | ||||||
| - Add a BreakPoint on line 14: `$app = new Illuminate\Foundation\Application(` | - Add a BreakPoint on line 14: `$app = new Illuminate\Foundation\Application(` | ||||||
| - Reload [Laravel Site](http://laravel/) | - Reload [Laravel Site](http://laravel/) | ||||||
|     - Should have stopped at the BreakPoint!! You are now debugging locally against a remote Laravel project via SSH! |     - Should have stopped at the BreakPoint!! You are now debugging locally against a remote Laravel project via SSH! | ||||||
|     -  |     -  | ||||||
|  |  | ||||||
|  |  | ||||||
| <a name="SSHintoWorkspace"></a> | <a name="SSHintoWorkspace"></a> | ||||||
| @@ -533,14 +533,14 @@ Assuming that you are in laradock folder, type: | |||||||
| [Kitty](http://www.9bis.net/kitty/) KiTTY is a fork from version 0.67 of PuTTY. | [Kitty](http://www.9bis.net/kitty/) KiTTY is a fork from version 0.67 of PuTTY. | ||||||
|  |  | ||||||
| - Here are some settings that are working for me: | - Here are some settings that are working for me: | ||||||
|     -  |     -  | ||||||
|     -  |     -  | ||||||
|     -  |     -  | ||||||
|     -  |     -  | ||||||
|     -  |     -  | ||||||
|     -  |     -  | ||||||
|     -  |     -  | ||||||
|     -  |     -  | ||||||
|     -  |     -  | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Bruno Briante
					Bruno Briante