Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
自定义 Laravel Fortify 的 Password Rule 类中定义的验证消息的有效方法是什么?
现在,我通过将翻译定义为:
{ "The :attribute must be at least :length characters.": ":attribute を少なくとも :length 文字の英数字に設定してください\n文字。" }
这似乎工作正常,但还有其他更好的方法吗?