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 1713d69 commit df18065Copy full SHA for df18065
app/lang/en/validation.php
@@ -27,6 +27,7 @@
27
"string" => "The :attribute must be between :min and :max characters.",
28
"array" => "The :attribute must have between :min and :max items.",
29
),
30
+ "boolean" => "The :attribute field must be either true or false",
31
"confirmed" => "The :attribute confirmation does not match.",
32
"date" => "The :attribute is not a valid date.",
33
"date_format" => "The :attribute does not match the format :format.",
0 commit comments