Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publishing translations files on laravel 9 #15

Open
fsay2604 opened this issue Sep 7, 2023 · 0 comments
Open

Publishing translations files on laravel 9 #15

fsay2604 opened this issue Sep 7, 2023 · 0 comments

Comments

@fsay2604
Copy link

fsay2604 commented Sep 7, 2023

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. (shows Zxcvbn::validation.[error_type] as message).

Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant