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 1155245 commit 7e5739dCopy full SHA for 7e5739d
resources/lang/en/validation.php
@@ -47,6 +47,8 @@
47
'in_array' => 'The :attribute field does not exist in :other.',
48
'integer' => 'The :attribute must be an integer.',
49
'ip' => 'The :attribute must be a valid IP address.',
50
+ 'ipv4' => 'The :attribute must be a valid IPv4 address.',
51
+ 'ipv6' => 'The :attribute must be a valid IPv6 address.',
52
'json' => 'The :attribute must be a valid JSON string.',
53
'max' => [
54
'numeric' => 'The :attribute may not be greater than :max.',
0 commit comments