Composer, move files from /vendor/ folder

后端 未结 3 1067
遇见更好的自我
遇见更好的自我 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:07

    "config": {
        "vendor-dir": "path/to/wherever"
    },
    

    in your composer.json file

提交回复
热议问题