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.
2 parents f8cddc0 + da64a01 commit 0d762a2Copy full SHA for 0d762a2
resources/lang/en/validation.php
@@ -34,6 +34,7 @@
34
'different' => 'The :attribute and :other must be different.',
35
'digits' => 'The :attribute must be :digits digits.',
36
'digits_between' => 'The :attribute must be between :min and :max digits.',
37
+ 'dimensions' => 'The :attribute has invalid image dimensions.',
38
'distinct' => 'The :attribute field has a duplicate value.',
39
'email' => 'The :attribute must be a valid email address.',
40
'exists' => 'The selected :attribute is invalid.',
0 commit comments