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 ec0e06e commit 789c75cCopy full SHA for 789c75c
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