Open atharnaeem opened 8 years ago
When I execute : composer require laracasts/integrated --dev It gives me the following error: Problem 1
But on same virtual machine when i execute : curl --version It gives me the following information:
curl 7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3 Protocols: dict file ftp ftps gopher http https imap imaps ldap pop3 pop3s rtmp rtsp smtp smtps telnet tftp Features: GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP
Please Help!
You need to install curl for php 5
sudo apt-get install php5-curl
In my case it was to enable curl in php.ini
When I execute : composer require laracasts/integrated --dev It gives me the following error: Problem 1
But on same virtual machine when i execute : curl --version It gives me the following information:
curl 7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3 Protocols: dict file ftp ftps gopher http https imap imaps ldap pop3 pop3s rtmp rtsp smtp smtps telnet tftp Features: GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP
Please Help!