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

后端 未结 18 1159
臣服心动
臣服心动 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:27

    I had the same problem and here the solution I found, on your php.ini you need to do some changes:

    1. extension_dir = "ext"
    2. extension = php_openssl.dll

    Every one here talks active the openssl extension, but in windows you need to active the extension dir too.

提交回复
热议问题