$ composer require "overtrue/laravel-lang:~3.0"
- 注册服务提供者: config/app.php
'providers' => [
// Illuminate\Translation\TranslationServiceProvider::class,
Overtrue\LaravelLang\TranslationServiceProvider::class,
]
- 修改语言:config/app.php
'locale' => 'zh-CN',