If you received a
E: Couldn't find any package by regex 'php7.1-soap'
when using docker php:apache image
try
apt-get install php-soap
instead
Pour activer le support de SOAP, configurez PHP avec --enable-soap.
If you received a
E: Couldn't find any package by regex 'php7.1-soap'
when using docker php:apache image
try
apt-get install php-soap
instead