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.
prohibits
1 parent a36f02c commit 0bc5258Copy full SHA for 0bc5258
resources/lang/en/validation.php
@@ -109,6 +109,7 @@
109
'prohibited' => 'The :attribute field is prohibited.',
110
'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
111
'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
112
+ 'prohibits' => 'The :attribute field prohibits :other from being present.',
113
'same' => 'The :attribute and :other must match.',
114
'size' => [
115
'numeric' => 'The :attribute must be :size.',
0 commit comments