nezhar / wordpress-docker-compose

Easy Wordpress development with Docker and Docker Compose
MIT License
1.86k stars 1.33k forks source link

How can I enable SOAP client? #47

Closed ghost closed 3 years ago

ghost commented 4 years ago

I am trying to use the SOAP class using this Docker approach.

How can I install/enable it?

nezhar commented 4 years ago

Can you explain a bit more detailed what do you want to do?

If you plan on using the php SoapClient you may need to run a custom build and add this to the docker setup: docker-php-ext-install soap

You may also take a look at this: https://github.com/nezhar/wordpress-docker-compose/pull/57