overtrue / laravel-lang

:earth_asia: 75 languages support for Laravel application.
MIT License
1.27k stars 146 forks source link

lumen not found #43

Closed IT513 closed 5 years ago

IT513 commented 5 years ago

Class 'Overtrue\LaravelLang\TranslationServiceProvider' not found

htmax commented 5 years ago

在bootstrap--> app.php中加入 以下内容试试 use Overtrue\LaravelLang\TranslationServiceProvider; $app->register(Overtrue\LaravelLang\TranslationServiceProvider);