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

Laravel v8 Support #37

Open
aavinseth opened this issue Sep 10, 2020 · 8 comments
Open

Laravel v8 Support #37

aavinseth opened this issue Sep 10, 2020 · 8 comments

Comments

@aavinseth
Copy link

No description provided.

@ghost
Copy link

ghost commented Apr 7, 2021

Hi,

when installing this package I run into this problem:
slika

Package is incompatible with laravel v8, with package guzzlehttp/guzzle

Any suggestions how to solve this?

@EliasKotlyar
Copy link

I have provided a pull request from a different repository

@parth391
Copy link

parth391 commented Jun 8, 2021

@ben182!

@pdolinaj
Copy link

pdolinaj commented Sep 6, 2021

Is this package still alive or is there an alternative for Laravel 8? Very keen on having this functionality in my project.

@pdolinaj
Copy link

pdolinaj commented Sep 8, 2021

Found a better package with Web Interface which works with Laravel 8+ and has auto translations: https://packagist.org/packages/barryvdh/laravel-translation-manager

@aavinseth
Copy link
Author

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

@ben182
Copy link
Owner

ben182 commented Nov 20, 2021

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.

@maha-oueghlani
Copy link

@ben182 is there any updates ??

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

6 participants