Download the PHP package coliving/laravel-autotranslate without Composer
On this page you can find all versions of the php package coliving/laravel-autotranslate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download coliving/laravel-autotranslate
More information about coliving/laravel-autotranslate
Files in coliving/laravel-autotranslate
Package laravel-autotranslate
Short Description A Laravel package to automatically translate the application's language files into a chosen language using DeepL.
License MIT
Homepage https://github.com/dungnh/laravel-autotranslate
Informations about the package laravel-autotranslate
Laravel Autotranslate
A Laravel package to automatically translate the application's JSON language files into a chosen language using DeepL. This is folks from bernskioldmedia/laravel-autotranslate package to supports Laravel 12.
Installation
You can install the package via composer:
You can install the package using the installation command:
You can publish the config file with:
This is the contents of the published config file:
Usage
To translate your application's language files, you can use the autotranslate:translate
command:
The language parameter is required, and should correspond to the language path within your application's languages folder.
Automatically exporting strings
If you want to automatically export strings from your application to the language files, you can use the Translatable String Exporter for Laravel package.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
- Bernskiold Media
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-autotranslate with dependencies
deeplcom/deepl-php Version ^1.11
illuminate/contracts Version ^9.0|^10.0|^11.0|^12.0
spatie/laravel-package-tools Version ^1.19.0
symfony/http-client Version ^7.2