|
|
|
@ -22,6 +22,7 @@ return [
|
|
|
|
|
'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.',
|
|
|
|
|
'alpha_num' => 'The :attribute must only contain letters and numbers.',
|
|
|
|
|
'array' => 'The :attribute must be an array.',
|
|
|
|
|
'ascii' => 'The :attribute must only contain single-byte alphanumeric characters and symbols.',
|
|
|
|
|
'before' => 'The :attribute must be a date before :date.',
|
|
|
|
|
'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
|
|
|
|
|
'between' => [
|
|
|
|
@ -36,6 +37,7 @@ return [
|
|
|
|
|
'date' => 'The :attribute is not a valid date.',
|
|
|
|
|
'date_equals' => 'The :attribute must be a date equal to :date.',
|
|
|
|
|
'date_format' => 'The :attribute does not match the format :format.',
|
|
|
|
|
'decimal' => 'The :attribute must have :decimal decimal places.',
|
|
|
|
|
'declined' => 'The :attribute must be declined.',
|
|
|
|
|
'declined_if' => 'The :attribute must be declined when :other is :value.',
|
|
|
|
|
'different' => 'The :attribute and :other must be different.',
|
|
|
|
@ -71,6 +73,7 @@ return [
|
|
|
|
|
'ipv4' => 'The :attribute must be a valid IPv4 address.',
|
|
|
|
|
'ipv6' => 'The :attribute must be a valid IPv6 address.',
|
|
|
|
|
'json' => 'The :attribute must be a valid JSON string.',
|
|
|
|
|
'lowercase' => 'The :attribute must be lowercase.',
|
|
|
|
|
'lt' => [
|
|
|
|
|
'array' => 'The :attribute must have less than :value items.',
|
|
|
|
|
'file' => 'The :attribute must be less than :value kilobytes.',
|
|
|
|
@ -138,7 +141,9 @@ return [
|
|
|
|
|
'timezone' => 'The :attribute must be a valid timezone.',
|
|
|
|
|
'unique' => 'The :attribute has already been taken.',
|
|
|
|
|
'uploaded' => 'The :attribute failed to upload.',
|
|
|
|
|
'uppercase' => 'The :attribute must be uppercase.',
|
|
|
|
|
'url' => 'The :attribute must be a valid URL.',
|
|
|
|
|
'ulid' => 'The :attribute must be a valid ULID.',
|
|
|
|
|
'uuid' => 'The :attribute must be a valid UUID.',
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|