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 3762b41 commit 69e2cceCopy full SHA for 69e2cce
lang/en/validation.php
@@ -72,6 +72,7 @@
72
'ipv6' => 'The :attribute must be a valid IPv6 address.',
73
'json' => 'The :attribute must be a valid JSON string.',
74
'lowercase' => 'The :attribute must be lowercase.',
75
+ 'uppercase' => 'The :attribute must be uppercase.',
76
'lt' => [
77
'array' => 'The :attribute must have less than :value items.',
78
'file' => 'The :attribute must be less than :value kilobytes.',
0 commit comments