github.com/liaoshengping/think-model-helper
源代码
问题
安装次数: 3
依赖项: 0
建议者: 0
安全: 0
星标: 0
关注者: 2
分支: 0
公开问题: 0
Requires
Requires (Dev)
Suggests
None
Provides
Conflicts
Replaces
Apache-2.0 551b0d0f8dcf4fe9023b4af76b04c4d0d154fa6f
This package is auto-updated.
Last update: 2024-09-13 06:19:04 UTC
composer require yunwuxin/think-model-helper
//所有模型 php think model:annotation //指定模型 php think model:annotation app\\User app\\Post
--dir="models" [-D] 指定自动搜索模型的目录,相对于应用基础目录的路径,可指定多个,默认为app/model --ignore="app\\User,app\\Post" [-I] 忽略的模型,可指定多个 --overwrite [-O] 强制覆盖已有的属性注释