专栏备份:https://www.bestyii.com/topic/32
现在开源项目凉凉的比较多。 有些扩展还是相互依赖,有些时候就是临时改几处又没必要走Package发布过程。 解决办法很简单:

  1. 克隆原始库,修改代码
  2. 发布新版本
  3. composer.json中映射库到自己的github地址上

  "repositories": {
    "0": {
      "type": "composer",
      "url": "https://asset-packagist.org"
    },
    "github": {
      "type": "vcs",
      "url": "https://github.com/GrazioX/markdown-latex"
    },
    "packagist": {
      "type": "composer",
      "url": "https://mirrors.aliyun.com/composer/"
    }
  }

断舍离
81 声望7 粉丝

web designer & developer