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 f8cddc0 commit da64a01Copy full SHA for da64a01
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