configuration does not allow connection to http://packagist.org/packages.json

前端 未结 5 1959
陌清茗
陌清茗 2020-12-19 21:50

I am trying to install laravel in my computer.

I am refering to turorails point laravel installation tutorial.

After installing composer trying to create n

5条回答
  •  一个人的身影
    2020-12-19 22:19

    You need to enable OpenSSL in your Windows.

    You can enable it from your php.ini file:

    extension=php_openssl.dll
    

提交回复
热议问题