composer create-project flarum/flarum . --stability=beta
我嘗試運行此命令,但它給了我這個錯誤。SSL/TLS保護需要openssl擴展
[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.
我嘗試添加「延長= php_openssl.dll」到「的php.ini」,但它仍然得到這個錯誤
我嘗試添加「延長= php_openssl.dll」到「的php.ini」,但它仍然得到這個錯誤 – tenki
的[作曲警告可能重複:OpenSSL的擴展名丟失。如何使WAMP(http://stackoverflow.com/questions/14062055/composer-warning-openssl-extension-is-missing-how-to-enable-in-wamp) –
手動或從包安裝你的PHP ? – apex39