Laravel Google Translate
Published on by Paul Redmond
Laravel Google Translate is a package that provides an artisan console command to translate your localization files with the Google translation API. You can either leverage stichoza/google-translate-php without an API key or configure your Google Translate API key.
The console command php artisan translate:files
walks you through some prompts to determine how to proceed with your translations files:
Future goals of this package include handling vendor translations, a web interface, and adding other translation APIs such as Yandex, Bing, etc.
You can learn more about this package, get full installation instructions, and view the source code on GitHub at tanmuhittin/laravel-google-translate.