本地开发composer包

{
    "name": "fetzi/application",

    ...

    "repositories": {
      "dev-package": {
        "type": "path",
        "url": "relative/or/absolute/path/to/my/dev-package",
        "options": {
          "symlink": true
        }
      }
    }
}

参考:https://www.cnblogs.com/zhouxuchen/p/10926201.html
https://johannespichler.com/developing-composer-packages-locally/

posted @ 2021-01-29 15:48  叨叨的蜗牛  阅读(104)  评论(0)    收藏  举报