You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCUMENTATION/content/documentation/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -336,11 +336,11 @@ By installing xDebug, you are enabling it to run on startup by default.
336
336
337
337
To control the behavior of xDebug (in the `php-fpm` Container), you can run the following commands from the Laradock root folder, (at the same prompt where you run docker-compose):
338
338
339
-
- Stop xDebug from running by default: `./xdebugPhpFpm stop`.
340
-
- Start xDebug by default: `./xdebugPhpFpm start`.
341
-
- See the status: `./xdebugPhpFpm status`.
339
+
- Stop xDebug from running by default: `.php-fpm/xdebug stop`.
340
+
- Start xDebug by default: `.php-fpm/xdebug start`.
341
+
- See the status: `.php-fpm/xdebug status`.
342
342
343
-
Note: If `./xdebugPhpFpm` doesn't execute and gives `Permission Denied` error the problem can be that file `xdebugPhpFpm` doesn't have execution access. This can be fixed by running `chmod` command with desired access permissions.
343
+
Note: If `.php-fpm/xdebug` doesn't execute and gives `Permission Denied` error the problem can be that file `xdebug` doesn't have execution access. This can be fixed by running `chmod` command with desired access permissions.
Copy file name to clipboardExpand all lines: DOCUMENTATION/content/getting-started/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ You can rename the config files, project folders and domains as you like, just m
138
138
If you are using **Docker Toolbox** (VM), do one of the following:
139
139
140
140
- Upgrade to Docker [Native](https://www.docker.com/products/docker) for Mac/Windows (Recommended). Check out [Upgrading Laradock](/documentation/#upgrading-laradock)
141
-
- Use Laradock v3.\*. Visit the [LaraDock-ToolBox](https://github.com/laradock/laradock/tree/LaraDock-ToolBox) branch. *(outdated)*
141
+
- Use Laradock v3.\*. Visit the [Laradock-ToolBox](https://github.com/laradock/laradock/tree/Laradock-ToolBox) branch. *(outdated)*
@@ -265,14 +265,14 @@ View your Site in the Browser Securely Using HTTPS (https://yourdomain.com)
265
265
<aname="Intro"></a>
266
266
## Intro
267
267
268
-
Wiring up [Laravel](https://laravel.com/), [LaraDock](https://github.com/LaraDock/laradock)[Laravel+Docker] and [PHPStorm](https://www.jetbrains.com/phpstorm/) to play nice together complete with remote xdebug'ing as icing on top! Although this guide is based on `PHPStorm Windows`,
268
+
Wiring up [Laravel](https://laravel.com/), [Laradock](https://github.com/Laradock/laradock)[Laravel+Docker] and [PHPStorm](https://www.jetbrains.com/phpstorm/) to play nice together complete with remote xdebug'ing as icing on top! Although this guide is based on `PHPStorm Windows`,
269
269
you should be able to adjust accordingly. This guide was written based on Docker for Windows Native.
270
270
271
271
<aname="Installation"></a>
272
272
## Installation
273
273
274
274
- This guide assumes the following:
275
-
- you have already installed and are familiar with Laravel, LaraDock and PHPStorm.
275
+
- you have already installed and are familiar with Laravel, Laradock and PHPStorm.
276
276
- you have installed Laravel as a parent of `laradock`. This guide assumes `/c/_dk/laravel`.
277
277
278
278
<aname="AddToHosts"></a>
@@ -332,15 +332,15 @@ xdebug.cli_color=1
332
332
333
333
<aname="InstallCleanHouse"></a>
334
334
### Need to clean house first?
335
-
Make sure you are starting with a clean state. For example, do you have other LaraDock containers and images?
335
+
Make sure you are starting with a clean state. For example, do you have other Laradock containers and images?
336
336
Here are a few things I use to clean things up.
337
337
338
338
- Delete all containers using `grep laradock_` on the names, see: [Remove all containers based on docker image name](https://linuxconfig.org/remove-all-containners-based-on-docker-image-name).
**Note:** This will only delete images that were built with `LaraDock`, **NOT**`laradock/*` which are pulled down by `LaraDock` such as `laradock/workspace`, etc.
343
+
**Note:** This will only delete images that were built with `Laradock`, **NOT**`laradock/*` which are pulled down by `Laradock` such as `laradock/workspace`, etc.
344
344
**Note:** Some may fail with:
345
345
`Error response from daemon: conflict: unable to delete 3f38eaed93df (cannot be forced) - image has dependent child images`
346
346
@@ -359,7 +359,7 @@ Here are a few things I use to clean things up.
359
359
}
360
360
```
361
361
362
-
- If you frequently switch configurations for LaraDock, you may find that adding the following and added to your `.bashrc` or equivalent useful:
362
+
- If you frequently switch configurations for Laradock, you may find that adding the following and added to your `.bashrc` or equivalent useful:
363
363
```
364
364
# remove laravel* containers
365
365
# remove laravel_* images
@@ -383,7 +383,7 @@ dcleanlaradockfunction()
383
383
alias dcleanlaradock=dcleanlaradockfunction
384
384
```
385
385
386
-
<a name="InstallLaraDockDialTone"></a>
386
+
<a name="InstallLaradockDialTone"></a>
387
387
## Let's get a dial-tone with Laravel
388
388
389
389
```
@@ -408,7 +408,7 @@ laradock_workspace_1 /sbin/my_init Up 0.0.0.0:2222-
408
408
409
409
<a name="enablePhpXdebug"></a>
410
410
## Enable xDebug on php-fpm
411
-
In a host terminal sitting in the laradock folder, run: `./xdebugPhpFpm status`
411
+
In a host terminal sitting in the laradock folder, run: `.php-fpm/xdebug status`
412
412
You should see something like the following:
413
413
```
414
414
xDebug status
@@ -418,7 +418,7 @@ Copyright (c) 1997-2016 The PHP Group
<p>To control the behavior of xDebug (in the <code>php-fpm</code> Container), you can run the following commands from the Laradock root folder, (at the same prompt where you run docker-compose):</p>
608
608
609
609
<ul>
610
-
<li>Stop xDebug from running by default: <code>./xdebugPhpFpm stop</code>.</li>
611
-
<li>Start xDebug by default: <code>./xdebugPhpFpm start</code>.</li>
612
-
<li>See the status: <code>./xdebugPhpFpm status</code>.</li>
610
+
<li>Stop xDebug from running by default: <code>.php-fpm/xdebug stop</code>.</li>
611
+
<li>Start xDebug by default: <code>.php-fpm/xdebug start</code>.</li>
612
+
<li>See the status: <code>.php-fpm/xdebug status</code>.</li>
613
613
</ul>
614
614
615
-
<p>Note: If <code>./xdebugPhpFpm</code> doesn’t execute and gives <code>Permission Denied</code> error the problem can be that file <code>xdebugPhpFpm</code> doesn’t have execution access. This can be fixed by running <code>chmod</code> command with desired access permissions.</p>
615
+
<p>Note: If <code>.php-fpm/xdebug</code> doesn’t execute and gives <code>Permission Denied</code> error the problem can be that file <code>xdebug</code> doesn’t have execution access. This can be fixed by running <code>chmod</code> command with desired access permissions.</p>
<p>To control the behavior of xDebug (in the <code>php-fpm</code> Container), you can run the following commands from the Laradock root folder, (at the same prompt where you run docker-compose):</p>
289
289
290
290
<ul>
291
-
<li>Stop xDebug from running by default: <code>./xdebugPhpFpm stop</code>.</li>
292
-
<li>Start xDebug by default: <code>./xdebugPhpFpm start</code>.</li>
293
-
<li>See the status: <code>./xdebugPhpFpm status</code>.</li>
291
+
<li>Stop xDebug from running by default: <code>.php-fpm/xdebug stop</code>.</li>
292
+
<li>Start xDebug by default: <code>.php-fpm/xdebug start</code>.</li>
293
+
<li>See the status: <code>.php-fpm/xdebug status</code>.</li>
294
294
</ul>
295
295
296
-
<p>Note: If <code>./xdebugPhpFpm</code> doesn&rsquo;t execute and gives <code>Permission Denied</code> error the problem can be that file <code>xdebugPhpFpm</code> doesn&rsquo;t have execution access. This can be fixed by running <code>chmod</code> command with desired access permissions.</p>
296
+
<p>Note: If <code>.php-fpm/xdebug</code> doesn&rsquo;t execute and gives <code>Permission Denied</code> error the problem can be that file <code>xdebug</code> doesn&rsquo;t have execution access. This can be fixed by running <code>chmod</code> command with desired access permissions.</p>
Copy file name to clipboardExpand all lines: docs/getting-started/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -472,7 +472,7 @@ <h2 id="usage">Usage</h2>
472
472
473
473
<ul>
474
474
<li>Upgrade to Docker <ahref="https://www.docker.com/products/docker">Native</a> for Mac/Windows (Recommended). Check out <ahref="http://laradock.io/documentation/#upgrading-laradock">Upgrading Laradock</a></li>
475
-
<li>Use Laradock v3.*. Visit the <ahref="https://github.com/laradock/laradock/tree/LaraDock-ToolBox">LaraDock-ToolBox</a> branch. <em>(outdated)</em></li>
475
+
<li>Use Laradock v3.*. Visit the <ahref="https://github.com/laradock/laradock/tree/Laradock-ToolBox">Laradock-ToolBox</a> branch. <em>(outdated)</em></li>
0 commit comments