Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
2728a99986 | |||
5bb515751a | |||
ea148943ed | |||
97f882e4c7 |
16
README.md
16
README.md
@ -69,6 +69,7 @@ Laradock is configured to run Laravel Apps by default, and it can be modified to
|
||||
- [Install Node + YARN](#Install-Yarn)
|
||||
- [Debugging](#debugging)
|
||||
- [Upgrading LaraDock](#upgrading-laradock)
|
||||
- [Related Projects](#related-projects)
|
||||
- [Help & Questions](#Help)
|
||||
|
||||
|
||||
@ -1418,9 +1419,24 @@ This little project was built by one man who has a full time job and many respon
|
||||
|
||||
#### Read the [Contribution Guidelines](https://github.com/LaraDock/laradock/blob/master/CONTRIBUTING.md).
|
||||
|
||||
<br>
|
||||
<a name="related-projects"></a>
|
||||
## Related Projects
|
||||
|
||||
LaraDock related projects:
|
||||
* [LaraDock CLI](https://github.com/lorinlee/laradock-cli) by [LorinLee](https://github.com/lorinlee)
|
||||
* [LaraDock Env](https://github.com/bagart/laradock_env) by [BAGArt](https://github.com/bagart)
|
||||
* [Klaradock](https://github.com/poyhsiao/Klaradock) by [Kim Hsiao](https://github.com/poyhsiao)
|
||||
* [Ansible Laradock Kubernetes](https://github.com/sifat-rahim/ansible-laradock-kubernetes) by [Sifat Rahim](https://github.com/sifat-rahim)
|
||||
|
||||
These Docker Compose projects have piqued our interest:
|
||||
* [MageDock](https://github.com/ojhaujjwal/magedock) by [Ujjwal Ojha](https://github.com/ojhaujjwal)
|
||||
* [RubyDev-Dock](https://github.com/scudelletti/rubydev-dock) by [Diogo Scudelletti](https://github.com/scudelletti)
|
||||
* [NoDock](https://github.com/Osedea/nodock) by [Osedea](https://github.com/Osedea)
|
||||
|
||||
If you want your project listed here, please open an issue.
|
||||
|
||||
<br>
|
||||
<a name="Help"></a>
|
||||
## Help & Questions
|
||||
|
||||
|
@ -45,7 +45,7 @@ RUN if [ ${INSTALL_SOAP} = true ]; then \
|
||||
# Install the soap extension
|
||||
apt-get -y update && \
|
||||
apt-get -y install libxml2-dev && \
|
||||
docker-php-ext-install soap && \
|
||||
docker-php-ext-install soap \
|
||||
;fi
|
||||
|
||||
#####################################
|
||||
|
Reference in New Issue
Block a user