How to enable PHP's openssl extension to install Composer?

后端 未结 18 1153
臣服心动
臣服心动 2020-11-27 12:29

I am trying to install Laravel in WAMP setup. I am getting a warning message for not enabling openssl which I had already done in WAMP.

Here is a sc

18条回答
  •  鱼传尺愫
    2020-11-27 13:12

    You need to enable "extension=php_openssl.dll" in both files (php and apache). my pc files path are these :

    1. C:\wamp\bin\php\php5.3.13\php.ini
    2. C:\wamp\bin\apache\apache2.2.22\bin\php.ini

提交回复
热议问题