Composer, move files from /vendor/ folder

后端 未结 3 1080
遇见更好的自我
遇见更好的自我 2021-02-04 05:36

I\'ve just started using composer with PHPStorm \'cause I\'m bored of downloading dependencies from github manually. But there are some things I can\'t understand.

Compo

3条回答
  •  佛祖请我去吃肉
    2021-02-04 06:09

    The documentation states that you can do this:

    {
        "extra": {
            "installer-paths": {
                "sites/example.com/modules/{$name}": ["vendor/package"]
            }
        }
    }
    

提交回复
热议问题