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 945a073 + 5b28206 commit 151fdabCopy full SHA for 151fdab
app/lang/en/validation.php
@@ -58,6 +58,7 @@
58
"required" => "The :attribute field is required.",
59
"required_if" => "The :attribute field is required when :other is :value.",
60
"required_with" => "The :attribute field is required when :values is present.",
61
+ "required_with_all" => "The :attribute field is required when all of :values are present.",
62
"required_without" => "The :attribute field is required when :values is not present.",
63
"required_without_all" => "The :attribute field is required when none of :values are present.",
64
"same" => "The :attribute and :other must match.",
0 commit comments