Download the PHP package topthink/think-ide-helper without Composer
On this page you can find all versions of the php package topthink/think-ide-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-ide-helper
ThinkPHP6 自动生成用于IDE提示的注释
安装
composer require topthink/think-ide-helper
1.模型注释
//所有模型
php think ide-helper:model
//指定模型
php think ide-helper:model app\\model\\User app\\model\\Post
可选参数
--dir="models" [-D] 指定自动搜索模型的目录,相对于应用基础目录的路径,可指定多个,默认为app/model
--ignore="app\\model\\User,app\\model\\Post" [-I] 忽略的模型,可指定多个
--overwrite [-O] 强制覆盖已有的属性注释
--reset [-R] 重置模型的所有的注释
All versions of think-ide-helper with dependencies
PHP Build Version
Package Version
Requires
topthink/framework Version
^8.0
phpdocumentor/reflection-docblock Version ^5.4
ergebnis/classy Version ^1.1
topthink/think-orm Version ^4.0
phpdocumentor/reflection-docblock Version ^5.4
ergebnis/classy Version ^1.1
topthink/think-orm Version ^4.0
The package topthink/think-ide-helper contains the following files
Loading the files please wait ....