【发布时间】:2016-05-16 22:24:30
【问题描述】:
composer create-project flarum/flarum . --stability=beta
我尝试运行这个命令,但它给了我这个错误。
[RuntimeException]
The openssl extension is required for SSL/TLS protection but is not availab
le. If you can not enable the openssl extension, you can disable this error
, at your own risk, by setting the 'disable-tls' option to true.
我尝试将“extension=php_openssl.dll”添加到“php.ini”,但仍然出现此错误
【问题讨论】:
-
我尝试将“extension=php_openssl.dll”添加到“php.ini”,但仍然出现此错误
-
你的php是手动安装的还是包安装的?
-
我发现 Laragon 是最好的本地开发环境。更改 php.ini 后一定要重新加载 Apache。
标签: php composer-php