ke/thinkphp-avalidate

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

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

This package is auto-updated.

Last update: 2024-04-27 00:20:38 UTC


README

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

安装, 只支持5.1

composer require ke/thinkphp-avalidate

创建验证器

php think ke:validate Admin

命令说明

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