-
Notifications
You must be signed in to change notification settings - Fork 51
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
Laravel v8 Support #37
Comments
I have provided a pull request from a different repository |
Is this package still alive or is there an alternative for Laravel 8? Very keen on having this functionality in my project. |
Found a better package with Web Interface which works with Laravel 8+ and has auto translations: https://packagist.org/packages/barryvdh/laravel-translation-manager |
but this package required google api key where in this it was not |
Hi guys, sorry for not responding. The problem with updating this package (not compatible with Laravel 6, 7 and 8) is that it heavily depends on https://github.com/themsaid/laravel-langman, which is not being updated since 2017. Problematically, I have chosen it as a base for the heavy lifting of manipulating the language files. But because it is not being maintained anymore, we are basically blocked. Again, this all is not new and already came up in 2017 (#30). The only solution to this issue is getting rid of laravel-langman and replacing the corresponding service calls with own implementations. An even quicker solution is to just copy the Manager class from themsaid and replace the bindings. The funny thing is that this package is actually compatible with Laravel 8 it just not being maintained. I will look into this and keep you updated. |
@ben182 is there any updates ?? |
No description provided.
The text was updated successfully, but these errors were encountered: