|
100 | 100 | 'numeric' => 'The :attribute must be a number.',
|
101 | 101 | 'password' => 'The password is incorrect.',
|
102 | 102 | 'present' => 'The :attribute field must be present.',
|
| 103 | + 'prohibited' => 'The :attribute field is prohibited.', |
| 104 | + 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.', |
| 105 | + 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.', |
| 106 | + 'prohibits' => 'The :attribute field prohibits :other from being present.', |
103 | 107 | 'regex' => 'The :attribute format is invalid.',
|
104 | 108 | 'required' => 'The :attribute field is required.',
|
105 | 109 | 'required_if' => 'The :attribute field is required when :other is :value.',
|
|
108 | 112 | 'required_with_all' => 'The :attribute field is required when :values are present.',
|
109 | 113 | 'required_without' => 'The :attribute field is required when :values is not present.',
|
110 | 114 | 'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
111 |
| - 'prohibited' => 'The :attribute field is prohibited.', |
112 |
| - 'prohibited_if' => 'The :attribute field is prohibited when :other is :value.', |
113 |
| - 'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.', |
114 |
| - 'prohibits' => 'The :attribute field prohibits :other from being present.', |
115 | 115 | 'same' => 'The :attribute and :other must match.',
|
116 | 116 | 'size' => [
|
117 | 117 | 'numeric' => 'The :attribute must be :size.',
|
|
0 commit comments