Closed HadrienX closed 2 years ago
Should be solved with https://github.com/rmariuzzo/Laravel-JS-Localization/pull/162
I'm deploying a new version now.
Finally, was able to publish the new release.
I just found an error on Laravel 9.
The lang
directory has moved from /resources/lang
directory to /lang
directory on fresh install.
In LaravelJsLocalizationServiceProvider@register
method of this package, the lang directory is defined to :
$app['path.base'].'/resources/lang'
on Laravel > 5.
I guess the best way to handle Laravel 9 new language directory is to add a new config variable to define the lang directory.
Laravel 9 was released today.
Please update your package settings to add PHP 8 and Laravel 9 support.
Current error :