doute7910 2016-08-07 20:54
浏览 536
已采纳

配置不允许连接到http://packagist.org/packages.json

I am trying to install laravel in my computer.

I am refering to turorails point laravel installation tutorial.

After installing composer trying to create new larael project but getting this error.

This is the error which I am getting:

  • 写回答

3条回答 默认 最新

  • dongyin0628 2016-08-07 21:51
    关注

    You need to enable OpenSSL in your Windows.

    You can enable it from your php.ini file:

    extension=php_openssl.dll
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?