We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 666d1a3 commit 4a546d2Copy full SHA for 4a546d2
README.md
@@ -287,6 +287,7 @@ Below is list of all available validation rules
287
* [digits](#rule-digits)
288
* [digits_between](#rule-digits_between)
289
* [url](#rule-url)
290
+* [integer](#rule-integer)
291
* [ip](#rule-ip)
292
* [ipv4](#rule-ipv4)
293
* [ipv6](#rule-ipv6)
@@ -513,6 +514,10 @@ $validation = $validator->validate($inputs, [
513
514
> For common URL scheme and mailto, we combine `FILTER_VALIDATE_URL` to validate URL format and `preg_match` to validate it's scheme.
515
Except for JDBC URL, currently it just check a valid JDBC scheme.
516
517
+<a id="rule-integer"></a>
518
+#### integer
519
+The field under this rule must be integer.
520
+
521
<a id="rule-ip"></a>
522
#### ip
523
0 commit comments