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 03ac80b + 5052ab1 commit fcb7d35Copy full SHA for fcb7d35
resources/lang/en/validation.php
@@ -32,6 +32,7 @@
32
'boolean' => 'The :attribute field must be true or false.',
33
'confirmed' => 'The :attribute confirmation does not match.',
34
'date' => 'The :attribute is not a valid date.',
35
+ 'date_equals' => 'The :attribute must be a date equal to :date.',
36
'date_format' => 'The :attribute does not match the format :format.',
37
'different' => 'The :attribute and :other must be different.',
38
'digits' => 'The :attribute must be :digits digits.',
0 commit comments