zerospam / laravel-gettext

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

Target [Xinax\LaravelGettext\Translators\TranslatorInterface] is not instantiable while building [Xinax\LaravelGettext\LaravelGettext]. #8

Closed Snake231088 closed 6 years ago

Snake231088 commented 6 years ago

Command php artisan config:cache is used it throws the error: Target [Xinax\LaravelGettext\Translators\TranslatorInterface] is not instantiable while building [Xinax\LaravelGettext\LaravelGettext].

It works if the alias in LaravelGettextServiceProvider is commented // $aliasLoader->alias('LaravelGettext', \Xinax\LaravelGettext\Facades\LaravelGettext::class); but in this case the alias LaravelGettext not work.

Please fix so it's possibile to use configuration cache feature.

Sotty my error configuration!

lidoma commented 5 years ago

I have the same issue. Any updates?