cURL error 60: ssl certification issue when attempting to use symfony

前端 未结 3 1497
臣服心动
臣服心动 2020-12-08 12:58

I have recently gotten a new windows computer and have installed the php symfony framework.

When attempting to use the new command C:> php symfony new blog<

3条回答
  •  借酒劲吻你
    2020-12-08 13:47

    you can try the the command line below,it's worked for me

    composer create-project symfony/framework-standard-edition my_project_name "2.8.*"
    

提交回复
热议问题