|
25 | 25 | 'before' => 'The :attribute must be a date before :date.',
|
26 | 26 | 'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
|
27 | 27 | 'between' => [
|
28 |
| - 'numeric' => 'The :attribute must be between :min and :max.', |
| 28 | + 'array' => 'The :attribute must have between :min and :max items.', |
29 | 29 | 'file' => 'The :attribute must be between :min and :max kilobytes.',
|
| 30 | + 'numeric' => 'The :attribute must be between :min and :max.', |
30 | 31 | 'string' => 'The :attribute must be between :min and :max characters.',
|
31 |
| - 'array' => 'The :attribute must have between :min and :max items.', |
32 | 32 | ],
|
33 | 33 | 'boolean' => 'The :attribute field must be true or false.',
|
34 | 34 | 'confirmed' => 'The :attribute confirmation does not match.',
|
|
50 | 50 | 'file' => 'The :attribute must be a file.',
|
51 | 51 | 'filled' => 'The :attribute field must have a value.',
|
52 | 52 | 'gt' => [
|
53 |
| - 'numeric' => 'The :attribute must be greater than :value.', |
| 53 | + 'array' => 'The :attribute must have more than :value items.', |
54 | 54 | 'file' => 'The :attribute must be greater than :value kilobytes.',
|
| 55 | + 'numeric' => 'The :attribute must be greater than :value.', |
55 | 56 | 'string' => 'The :attribute must be greater than :value characters.',
|
56 |
| - 'array' => 'The :attribute must have more than :value items.', |
57 | 57 | ],
|
58 | 58 | 'gte' => [
|
59 |
| - 'numeric' => 'The :attribute must be greater than or equal to :value.', |
| 59 | + 'array' => 'The :attribute must have :value items or more.', |
60 | 60 | 'file' => 'The :attribute must be greater than or equal to :value kilobytes.',
|
| 61 | + 'numeric' => 'The :attribute must be greater than or equal to :value.', |
61 | 62 | 'string' => 'The :attribute must be greater than or equal to :value characters.',
|
62 |
| - 'array' => 'The :attribute must have :value items or more.', |
63 | 63 | ],
|
64 | 64 | 'image' => 'The :attribute must be an image.',
|
65 | 65 | 'in' => 'The selected :attribute is invalid.',
|
|
70 | 70 | 'ipv6' => 'The :attribute must be a valid IPv6 address.',
|
71 | 71 | 'json' => 'The :attribute must be a valid JSON string.',
|
72 | 72 | 'lt' => [
|
73 |
| - 'numeric' => 'The :attribute must be less than :value.', |
| 73 | + 'array' => 'The :attribute must have less than :value items.', |
74 | 74 | 'file' => 'The :attribute must be less than :value kilobytes.',
|
| 75 | + 'numeric' => 'The :attribute must be less than :value.', |
75 | 76 | 'string' => 'The :attribute must be less than :value characters.',
|
76 |
| - 'array' => 'The :attribute must have less than :value items.', |
77 | 77 | ],
|
78 | 78 | 'lte' => [
|
79 |
| - 'numeric' => 'The :attribute must be less than or equal to :value.', |
| 79 | + 'array' => 'The :attribute must not have more than :value items.', |
80 | 80 | 'file' => 'The :attribute must be less than or equal to :value kilobytes.',
|
| 81 | + 'numeric' => 'The :attribute must be less than or equal to :value.', |
81 | 82 | 'string' => 'The :attribute must be less than or equal to :value characters.',
|
82 |
| - 'array' => 'The :attribute must not have more than :value items.', |
83 | 83 | ],
|
84 | 84 | 'mac_address' => 'The :attribute must be a valid MAC address.',
|
85 | 85 | 'max' => [
|
86 |
| - 'numeric' => 'The :attribute must not be greater than :max.', |
| 86 | + 'array' => 'The :attribute must not have more than :max items.', |
87 | 87 | 'file' => 'The :attribute must not be greater than :max kilobytes.',
|
| 88 | + 'numeric' => 'The :attribute must not be greater than :max.', |
88 | 89 | 'string' => 'The :attribute must not be greater than :max characters.',
|
89 |
| - 'array' => 'The :attribute must not have more than :max items.', |
90 | 90 | ],
|
91 | 91 | 'mimes' => 'The :attribute must be a file of type: :values.',
|
92 | 92 | 'mimetypes' => 'The :attribute must be a file of type: :values.',
|
93 | 93 | 'min' => [
|
94 |
| - 'numeric' => 'The :attribute must be at least :min.', |
| 94 | + 'array' => 'The :attribute must have at least :min items.', |
95 | 95 | 'file' => 'The :attribute must be at least :min kilobytes.',
|
| 96 | + 'numeric' => 'The :attribute must be at least :min.', |
96 | 97 | 'string' => 'The :attribute must be at least :min characters.',
|
97 |
| - 'array' => 'The :attribute must have at least :min items.', |
98 | 98 | ],
|
99 | 99 | 'multiple_of' => 'The :attribute must be a multiple of :value.',
|
100 | 100 | 'not_in' => 'The selected :attribute is invalid.',
|
|
117 | 117 | 'required_without_all' => 'The :attribute field is required when none of :values are present.',
|
118 | 118 | 'same' => 'The :attribute and :other must match.',
|
119 | 119 | 'size' => [
|
120 |
| - 'numeric' => 'The :attribute must be :size.', |
| 120 | + 'array' => 'The :attribute must contain :size items.', |
121 | 121 | 'file' => 'The :attribute must be :size kilobytes.',
|
| 122 | + 'numeric' => 'The :attribute must be :size.', |
122 | 123 | 'string' => 'The :attribute must be :size characters.',
|
123 |
| - 'array' => 'The :attribute must contain :size items.', |
124 | 124 | ],
|
125 | 125 | 'starts_with' => 'The :attribute must start with one of the following: :values.',
|
126 | 126 | 'string' => 'The :attribute must be a string.',
|
|
0 commit comments