zerospam / laravel-gettext

Adds localization support to laravel applications using PoEdit and GNU-Gettext.
99 stars 56 forks source link

Laravel 5.5 auto discovery of the provider #9

Closed codiiv closed 6 years ago

codiiv commented 6 years ago

In documentation it says for Laravel 5.5 should discover the provider and load it automatically, but for some reason with me it does seem to be the case.

I do load the Xinax\LaravelGettext\LaravelGettextServiceProvider::class, manually in config/app.php

I thought I'd share.