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 said c:\xampp\php\
  • uncomment extension=php_openssl.dll line in c:\xampp\php\php.ini.
  • check if openssl extension in c:\xampp\php\ext

all don't make work composer installation.

thanks


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -