add validation language line

This commit is contained in:
Taylor Otwell 2022-02-01 11:48:12 -06:00
parent 5ae2f24a04
commit 926c48e856
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@
'prohibits' => 'The :attribute field prohibits :other from being present.',
'regex' => 'The :attribute format is invalid.',
'required' => 'The :attribute field is required.',
'required_array_keys' => 'The :attribute field must contain entries for: :values',
'required_if' => 'The :attribute field is required when :other is :value.',
'required_unless' => 'The :attribute field is required unless :other is in :values.',
'required_with' => 'The :attribute field is required when :values is present.',