We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2051351 commit cd03204Copy full SHA for cd03204
resources/lang/en/validation.php
@@ -38,6 +38,7 @@
38
'distinct' => 'The :attribute field has a duplicate value.',
39
'email' => 'The :attribute must be a valid email address.',
40
'exists' => 'The selected :attribute is invalid.',
41
+ 'file' => 'The :attribute must be a file.',
42
'filled' => 'The :attribute field is required.',
43
'image' => 'The :attribute must be an image.',
44
'in' => 'The selected :attribute is invalid.',
0 commit comments