目录结构 ¶
├──📂 addons
│ ├──📂 moduleA # -- 模块A
│ ├──📂 moduleB # -- 模块B
│ ...
│ ├──📂 comA # -- 厂商A
│ ├──📂 moduleA # -- 厂商A模块A
│ ├──📂 moduleB # -- 厂商A模块B
│ ...
│ ├──📂 comB # -- 厂商B
│ ├──📂 moduleA # -- 厂商B模块A
│ ├──📂 moduleB # -- 厂商B模块B
│ ...
├──📂 app
│ ├──📄 service.php # -- 服务
│
├──📂 config
│ ├──📂 shiyun
│ │ ├──📄 annotation.php # -- 注解配置
│ │ ├──📄 throttle.php # -- 限流配置
│ │ ├──📄 worker.php # -- 进程配置
│ │ ├──📄 queue.php # -- 队列配置
│
├──📂 public
├──📂 route
├──📂 runtime
├──📂 storage
├──📂 vendor