Installing soap module on PHP 7 ubuntu

2024-04-27 08:30:31 Sangeeta Laravel

Below are steps to install Soap module in PHP 7, 7.2, 7.3 on Ubuntu.

Command to check Soap is installed or not.

 apt-cache search php | grep -i soap

If not first install it by running below commands

sudo apt-get install php7.0-soap

To enable the soap module run below command, after installing

sudo service php7.0-fpm reload


This post is submitted by one of our members. You may submit a new post here.

Related Tricks