Integrations
We developed packages and addons that makes easier your translations in various platforms
Laravel, Yii2 and most of the e-Commerce platforms (Prestashop, WooCommerce, OpenCart, Magento)
Laravel - extract and auto translate strings
Translators Hive Laravel Autotranslate is a package for Laravel that gives you the ability to extract and auto translate untranslated texts from your project files with a single command.
Installation
composer require translators-hive/laravel-autotranslate
Usage
Sign UpConfigure translators-hive.com api credentials in your .env file
TranslatorsHiveEmail='your email here' TranslatorsHivePassword='your password here'
And finally simply run following command with the desired languages
php artisan th:translate es,bg,de,fr