curl_init not working ubuntu

curl_init not working ubuntu

sudo apt update
sudo apt install php7.0-curl   or sudo apt-get install php-curl
sudo phpenmod curl
sudo systemctl restart apache2.service


Leave a Reply