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.
2 parents ec0e06e + 789c75c commit f748799Copy full SHA for f748799
resources/lang/en/validation.php
@@ -40,6 +40,7 @@
40
'filled' => 'The :attribute field is required.',
41
'image' => 'The :attribute must be an image.',
42
'in' => 'The selected :attribute is invalid.',
43
+ 'in_array' => 'The :attribute field does not exist in :other.',
44
'integer' => 'The :attribute must be an integer.',
45
'ip' => 'The :attribute must be a valid IP address.',
46
'json' => 'The :attribute must be a valid JSON string.',
0 commit comments