Composer Install for Windows-

我与影子孤独终老i 提交于 2019-12-04 13:57:07

The PHP CLI ( Command Line Interface i.e running php from the command line ) uses a different php.ini to the one used by PHP under apache.

Edit the php.ini file that is on your C:\wamp\bin\php\php5.4.16 and make sure you have the extension php_openssl and 'php_curl` enabled.

You can try in a console if pinging the composer.org website works, like so... ping composer.org, if that does not work that explains why the install fails.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!