ke/thinkphp-avalidate

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

Maintainers

Package info

github.com/wdaglb/thinkphp-avalidate

pkg:composer/ke/thinkphp-avalidate

Statistics

Installs: 21

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-27 04:04:08 UTC


README

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

安装, 只支持5.1

composer require ke/thinkphp-avalidate

创建验证器

php think ke:validate Admin

命令说明

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