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 1ea3519 commit f79296dCopy full SHA for f79296d
resources/lang/en/validation.php
@@ -68,6 +68,7 @@
68
'ip' => 'The :attribute must be a valid IP address.',
69
'ipv4' => 'The :attribute must be a valid IPv4 address.',
70
'ipv6' => 'The :attribute must be a valid IPv6 address.',
71
+ 'mac_address' => 'The :attribute must be a valid MAC address.',
72
'json' => 'The :attribute must be a valid JSON string.',
73
'lt' => [
74
'numeric' => 'The :attribute must be less than :value.',
0 commit comments