You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the package publishes the translation files in /resources/lang. But as stated in the laravel 9 documentation, the lang folder is now in root folder.
Hi,
It seems that the package publishes the translation files in
/resources/lang.
But as stated in the laravel 9 documentation, the lang folder is now in root folder.It might be a good idea to use
app()->langPath()
instead. (https://laravel.com/docs/9.x/upgrade#the-lang-directory) Or use a config file maybe?I tried to move manually the files in
/lang
, but the validator doesn't work. (showsZxcvbn::validation.[error_type]
as message).Thanks :)
The text was updated successfully, but these errors were encountered: