Answers for "require ext-curl * -> it is missing from your system"

PHP
1

the requested PHP extension curl is missing from your system.

sudo apt-get install php-curl
Posted by: Guest on June-10-2021
2

v0.8.1 requires ext-curl * -> the requested PHP extension curl is missing from your system.

sudo apt-get install php<version-number>-curl
Posted by: Guest on March-10-2022

Code answers related to "require ext-curl * -> it is missing from your system"

Browse Popular Code Answers by Language