File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -717,6 +717,7 @@ Below is a list of all available validation rules and their function:
717717[ Numeric] ( #rule-numeric )
718718[ Password] ( #rule-password )
719719[ Present] ( #rule-present )
720+ [ Prohibited] ( #rule-prohibited )
720721[ Prohibited If] ( #rule-prohibited-if )
721722[ Prohibited Unless] ( #rule-prohibited-unless )
722723[ Regular Expression] ( #rule-regex )
@@ -1133,6 +1134,11 @@ The field under validation must match the authenticated user's password. You may
11331134
11341135The field under validation must be present in the input data but can be empty.
11351136
1137+ <a name =" rule-prohibited " ></a >
1138+ #### prohibited
1139+
1140+ The field under validation must be empty or not present.
1141+
11361142<a name =" rule-prohibited-if " ></a >
11371143#### prohibited_if:_ anotherfield_ ,_ value_ ,...
11381144
You can’t perform that action at this time.
0 commit comments