|
22 | 22 | 'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.',
|
23 | 23 | 'alpha_num' => 'The :attribute must only contain letters and numbers.',
|
24 | 24 | 'array' => 'The :attribute must be an array.',
|
| 25 | + 'ascii' => 'The :attribute must only contain single-byte alphanumeric characters and symbols.', |
25 | 26 | 'before' => 'The :attribute must be a date before :date.',
|
26 | 27 | 'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
|
27 | 28 | 'between' => [
|
|
36 | 37 | 'date' => 'The :attribute is not a valid date.',
|
37 | 38 | 'date_equals' => 'The :attribute must be a date equal to :date.',
|
38 | 39 | 'date_format' => 'The :attribute does not match the format :format.',
|
| 40 | + 'decimal' => 'The :attribute must have :decimal decimal places.', |
39 | 41 | 'declined' => 'The :attribute must be declined.',
|
40 | 42 | 'declined_if' => 'The :attribute must be declined when :other is :value.',
|
41 | 43 | 'different' => 'The :attribute and :other must be different.',
|
|
71 | 73 | 'ipv4' => 'The :attribute must be a valid IPv4 address.',
|
72 | 74 | 'ipv6' => 'The :attribute must be a valid IPv6 address.',
|
73 | 75 | 'json' => 'The :attribute must be a valid JSON string.',
|
| 76 | + 'lowercase' => 'The :attribute must be lowercase.', |
74 | 77 | 'lt' => [
|
75 | 78 | 'array' => 'The :attribute must have less than :value items.',
|
76 | 79 | 'file' => 'The :attribute must be less than :value kilobytes.',
|
|
138 | 141 | 'timezone' => 'The :attribute must be a valid timezone.',
|
139 | 142 | 'unique' => 'The :attribute has already been taken.',
|
140 | 143 | 'uploaded' => 'The :attribute failed to upload.',
|
| 144 | + 'uppercase' => 'The :attribute must be uppercase.', |
141 | 145 | 'url' => 'The :attribute must be a valid URL.',
|
| 146 | + 'ulid' => 'The :attribute must be a valid ULID.', |
142 | 147 | 'uuid' => 'The :attribute must be a valid UUID.',
|
143 | 148 |
|
144 | 149 | /*
|
|
0 commit comments