-
Notifications
You must be signed in to change notification settings - Fork 20
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
When i change lang in login page, not working. #9
Comments
keoy7am
added a commit
to keoy7am/multi-language
that referenced
this issue
Apr 27, 2021
You can try to do these things:
'excepts' => [
'auth/login',
'auth/logout',
'locale',
],
config(['admin.auth.excepts' => ['auth/login','locale']]); Same as PullRequest#12
|
Hi, @hh0210 .
I am not sure if this method is suitable for your project, but I can run it successfully !!! |
kevin1018
added a commit
that referenced
this issue
Oct 19, 2022
fix laravel-admin-extensions/multi-language/ #9
@kai890707 this fixed the translation for me, thanks. :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code i had run
edited config/admin.php with this 2 parts
'auth' => [
'excepts' => [
'auth/login',
'auth/logout',
'locale',
'handle_action',
],
],
The text was updated successfully, but these errors were encountered: