Home

Awesome

laravel-google-translate

by using stichoza/google-translate-php or Google Translate API https://cloud.google.com/translate/ or Yandex Translatin API https://tech.yandex.com/translate/

Str facade api-translation helpers

This package provides two translation methods for Laravel helper Str

how to use your own translation api

Now all translations will use your custom api.

installation

composer require tanmuhittin/laravel-google-translate
php artisan vendor:publish --provider="Tanmuhittin\LaravelGoogleTranslate\LaravelGoogleTranslateServiceProvider"

If you would like to use stichoza/google-translate-php you do not need an API key. If you would like to use Google Translate API, edit config/laravel_google_translate.php and add your Google Translate API key.

php artisan config:cache

Then you can run

php artisan translate:files

See it on action:<br>

<img src="http://muhittintan.com/tanmuhittin-laravel-google-translate.gif" alt="laravel-google-translate" />

potential issues

SSL certificate problem: unable to get local issuer certificate

https://stackoverflow.com/a/31830614

suggested packages

This package can be used with https://github.com/andrey-helldar/laravel-lang-publisher.

Done

finally

Thank you for using laravel-google-translate :)