add emailDNS validator to documentation

This commit is contained in:
Willem Wollebrants 2018-01-31 16:20:58 +01:00
parent 7dcc8a5089
commit f8e69683af

View File

@ -121,6 +121,7 @@ V::lang('ar');
* `notIn` - Negation of `in` rule (not in array of values)
* `ip` - Valid IP address
* `email` - Valid email address
* `emailDNS` - Valid email address with active DNS record
* `url` - Valid URL
* `urlActive` - Valid URL with active DNS record
* `alpha` - Alphabetic characters only