Download the PHP package gumphp/think-model-helper without Composer
On this page you can find all versions of the php package gumphp/think-model-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package think-model-helper
ThinkPHP6 自动生成模型的注释
安装
composer require gumphp/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] 强制覆盖已有的属性注释
All versions of think-model-helper with dependencies
PHP Build Version
Package Version
Requires
topthink/framework Version
^6.1
symfony/class-loader Version ^2.3|^3.0
phpdocumentor/reflection-docblock Version ^3.1|^5.0
topthink/think-helper Version ^3.0
symfony/class-loader Version ^2.3|^3.0
phpdocumentor/reflection-docblock Version ^3.1|^5.0
topthink/think-helper Version ^3.0
The package gumphp/think-model-helper contains the following files
Loading the files please wait ....