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 f047f80 + 33272b3 commit 2ddeae9Copy full SHA for 2ddeae9
resources/lang/en/validation.php
@@ -41,6 +41,7 @@
41
'in' => 'The selected :attribute is invalid.',
42
'integer' => 'The :attribute must be an integer.',
43
'ip' => 'The :attribute must be a valid IP address.',
44
+ 'json' => 'The :attribute must be a valid JSON string.',
45
'max' => [
46
'numeric' => 'The :attribute may not be greater than :max.',
47
'file' => 'The :attribute may not be greater than :max kilobytes.',
0 commit comments