ke/thinkphp-avalidate

There is no license information available for the latest version (v1.0.0) of this package.

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ke/thinkphp-avalidate

v1.0.0 2019-05-26 12:47 UTC

This package is auto-updated.

Last update: 2025-09-27 03:09:29 UTC


README

根据数据库字段生成验证器

安装, 只支持5.1

composer require ke/thinkphp-avalidate

创建验证器

php think ke:validate Admin

命令说明

php think ke:validate 数据库名(驼峰写法) --m 模块名(默认生成到common)