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

前端 未结 5 1956
陌清茗
陌清茗 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:30

    I have the same issue, but then I try this:

    composer config -g secure-http false
    

    then I run again my Laravel, and it works.

提交回复
热议问题