Files
phalapi-pro/plugins/README.md
2022-03-21 11:16:38 +08:00

12 lines
451 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 第三方插件初始化文件
## 加载时机
加载时机为./config/di.php完成PhalApi框架初始之后在项目进行初始化之前
## 文件名
文件名使用插件名作为文件名推荐使用小写蛇形命名格式例如demo.php。
## 加载顺序
插件与插件之间的加载顺序不分先后,默认以操作系统扫描文件的顺序加载。如果需要指定依赖关系,可在手动```include_once```。