请教下 插件使用thinkorm时
能否主项目不配置config/think-orm.php 而是单独在插件/config/thinkorm.php中配置 是否影响到thinkorm的初始化启动 毕竟主项目config/bootstrap中配置有thinkOrm的启动
一个疑问是主项目是config/think-orm.php 插件是config/thinkorm.php 这是笔误吗 还是有目的的写法需要不一致
插件文档有说明 https://www.workerman.net/doc/webman/app/database.html
主项目可以不配置config/thinkorm.php,可单独在插件配置 /config/thinkorm.php 主项目就配置支持config/think-orm.php和config/thinkorm.php, 插件目前统一使用 config/thinkorm.php
主项目可以不配置config/thinkorm.php,可单独在插件配置 /config/thinkorm.php
主项目就配置支持config/think-orm.php和config/thinkorm.php, 插件目前统一使用 config/thinkorm.php