Replies: 1 comment
-
For any one else having trouble with this one, you can do for example for
This should be enough |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Laravel allows additional settings for the
email
validation rule (likeemail:dns
oremail:rfc,dns
).https://laravel.com/docs/8.x/validation#rule-email
But how to translate those messages? Neither
["email:dns" => "Some message"]
nor["email" => ["dns" => "Some message]]
works in thevalidation.php
file.Any idea?
Beta Was this translation helpful? Give feedback.
All reactions