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 03ac80b commit 5052ab1Copy full SHA for 5052ab1
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