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
1 - First install `mongo` in the Workspace and the PHP-FPM Containers:
583
+
1 - First install `mongo` in the Workspace and the PHP-FPM Containers:
584
584
<br>
585
585
a) open the `docker-compose.yml` file
586
586
<br>
587
-
b) search for the `INSTALL_MONGO` argument under the Workspace Container
587
+
b) search for the `INSTALL_MONGO` argument under the Workspace Container
588
588
<br>
589
589
c) set it to `true`
590
590
<br>
591
-
d) search for the `INSTALL_MONGO` argument under the PHP-FPM Container
591
+
d) search for the `INSTALL_MONGO` argument under the PHP-FPM Container
592
592
<br>
593
593
e) set it to `true`
594
594
@@ -769,15 +769,15 @@ Right now you have to manually edit the `Dockerfile` or create a new one like it
769
769
<a name="Install-xDebug"></a>
770
770
### Install xDebug
771
771
772
-
1 - First install `xDebug` in the Workspace and the PHP-FPM Containers:
772
+
1 - First install `xDebug` in the Workspace and the PHP-FPM Containers:
773
773
<br>
774
774
a) open the `docker-compose.yml` file
775
775
<br>
776
-
b) search for the `INSTALL_XDEBUG` argument under the Workspace Container
776
+
b) search for the `INSTALL_XDEBUG` argument under the Workspace Container
777
777
<br>
778
778
c) set it to `true`
779
779
<br>
780
-
d) search for the `INSTALL_XDEBUG` argument under the PHP-FPM Container
780
+
d) search for the `INSTALL_XDEBUG` argument under the PHP-FPM Container
781
781
<br>
782
782
e) set it to `true`
783
783
@@ -934,7 +934,7 @@ It should be like this:
934
934
<aname="Install-Prestissimo"></a>
935
935
### Install Prestissimo
936
936
937
-
[Prestissimo](https://github.com/hirak/prestissimo) is a plugin for composer which enables parallel install functionality.
937
+
[Prestissimo](https://github.com/hirak/prestissimo) is a plugin for composer which enables parallel install functionality.
938
938
939
939
1 - Enable Running Global Composer Install during the Build:
940
940
@@ -1006,7 +1006,7 @@ This little project was built by one man who has a full time job and many respon
1006
1006
<aname="Help"></a>
1007
1007
## Help & Questions
1008
1008
1009
-
Join the chat room on [Gitter](https://gitter.im/LaraDock/laradock) and get help and support from the community.
1009
+
Join the chat room on [Gitter](https://gitter.im/LaraDock/laradock) and get help and support from the community.
1010
1010
1011
1011
You can as well can open an [issue](https://github.com/laradock/laradock/issues) on Github (will be labeled as Question) and discuss it with people on [Gitter](https://gitter.im/LaraDock/laradock).
0 commit comments