ben182 / laravel-auto-translate

Automatically translate your language files using a translator service
MIT License
178 stars 50 forks source link

Laravel v8 Support #37

Open aavinseth opened 4 years ago

ghost commented 3 years ago

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 commented 3 years ago

I have provided a pull request from a different repository

parth391 commented 3 years ago

@ben182!

pdolinaj commented 3 years ago

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

pdolinaj commented 3 years ago

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 commented 3 years ago

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 commented 2 years ago

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 (https://github.com/ben182/laravel-auto-translate/issues/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 commented 1 year ago

@ben182 is there any updates ??