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 -isaidc:\xampp\php\ - uncomment
extension=php_openssl.dllline inc:\xampp\php\php.ini. - check if
opensslextension inc:\xampp\php\ext
all don't make work composer installation.
thanks
Comments
Post a Comment