flyaction/thinkphp-model-doc

v1.1.1 2024-03-28 05:18 UTC

This package is not auto-updated.

Last update: 2024-05-10 01:01:46 UTC


README

安装

composer require flyaction/thinkphp-model-doc

使用方法

php think modelDoc

可选参数

# 修改common目录下的所有模型 
php think modelDoc -p common 
# 修改common目录下的User模型 
php think modelDoc -p common -m User