laravel introduction of Chinese Language Pack

first step:

composer require overtrue/laravel-lang

Step two:

After the installation is successful, this line in the config / app.php file the following:

Illuminate\Translation\TranslationServiceProvider::class,

Replace with:

Overtrue\LaravelLang\TranslationServiceProvider::class,

third step:

_config / app.php modification

'locale' => 'zh-CN',

Chinese language pack End Quote

Form validation error message displayed in Chinese:

faker_locale = 'zh-CN'

 

Link: https: //mp.weixin.qq.com/s/go5Y1RqwrXH6UYd-C2_7Sg

Guess you like

Origin www.cnblogs.com/clubs/p/12562790.html