Skip to content

插件机制

当前仓库已存在插件目录:

text
plugins/
├── export-center
└── wechat

同时 composer.json 已声明:

  • Plugin\\ExportCenter\\ -> plugins/export-center/src/

配置层面可见:

  • config/autoload/plugins.php
  • config/autoload/mine-extension.php

当前能确认的插件

export-center

  • 提供统一导出能力
  • 有独立 README
  • 前端在 web/src/plugins/since/export-center

wechat

  • 提供微信相关封装
  • 有独立 README
  • 后端配置文件为 config/autoload/wechat.php

本文档只记录仓库中已经落地的插件,不扩展未出现的插件规范说明。

文档内容仅描述当前仓库中已经存在的实现