chengyi / thinkmanorm
解决webman使用thinkorm无sql日志的问题
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/chengyi/thinkmanorm
Requires
- monolog/monolog: ^2.0
- topthink/think-orm: ^2.0.53 || ^3.0.0
- workerman/webman-framework: ^1.2.1
This package is auto-updated.
Last update: 2025-10-12 10:44:32 UTC
README
webman中使用的thinkorm没有日志,开启日志以后有bug,所以新建的这个项目,使用方法与webman相同,需要修改的内容如下 修改config/bootstrap.php中的Webman\ThinkOrm\ThinkOrm::class,为\Chengyi\Thinkmanorm\ThinkOrm::class