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 5ae2f24 commit 926c48eCopy full SHA for 926c48e
resources/lang/en/validation.php
@@ -108,6 +108,7 @@
108
'prohibits' => 'The :attribute field prohibits :other from being present.',
109
'regex' => 'The :attribute format is invalid.',
110
'required' => 'The :attribute field is required.',
111
+ 'required_array_keys' => 'The :attribute field must contain entries for: :values',
112
'required_if' => 'The :attribute field is required when :other is :value.',
113
'required_unless' => 'The :attribute field is required unless :other is in :values.',
114
'required_with' => 'The :attribute field is required when :values is present.',
0 commit comments