php - Error "You must enable the openssl extension to download files via https" -
on running composer global require "laravel/installer=~1.1"
, error :
[runtimeexception] must enable openssl extension download files via https
i have error when trying install package. have seen many post on stack overflow. however, did do, , nothing works.
- check php cli path.
php -i
saidc:\xampp\php\
- uncomment
extension=php_openssl.dll
line inc:\xampp\php\php.ini
. - check if
openssl
extension inc:\xampp\php\ext
all don't make work composer installation.
thanks
Comments
Post a Comment