flyaction/thinkphp-model-doc

thinkphp model doc

Maintainers

Package info

github.com/flyaction/thinkphp-model-doc

Homepage

pkg:composer/flyaction/thinkphp-model-doc

Statistics

Installs: 28

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-13 09:23:36 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