How to set validate to Chinese in laravel
This article mainly explains "how to set validate to Chinese in laravel". The content in the article is simple and clear, easy to learn and understand. Please follow the editor's train of thought to study and learn "how to set validate to Chinese in laravel".
1. Copy the folder of en under resources\ lang in the same directory and rename it to zn.
2. Change the validation.php file in zn to https://www.jb51.net/article/171154.htm.
The contents of the.
3. Modify the app.php file in the config directory
'locale' = >' en', modified to 'locale' = >' zn', thank you for reading, this is the content of "how to set validate to Chinese in laravel". After the study of this article, I believe you have a deeper understanding of how to set validate to Chinese in laravel, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!