panwenbin/yii2-eithervalidator
Composer 安装命令:
composer require panwenbin/yii2-eithervalidator
包简介
Yii2 validator for either attributes is required
README 文档
README
Yii2 validator for either attributes is required
Installation
composer require "panwenbin/yii2-eithervalidator"
Usage
Add a rule similar to the following to rules of the model
[
['email'],
EitherValidator::className(),
'eitherAttributes' => ['phone'],
'message' => Yii::t('app', 'Either attribute {attribute}, {either_attributes} is required')
]
统计信息
- 总下载量: 158
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-02