jobilla / laravel-loco-tms
A Laravel convenience integration for the Loco translation management system
v1.0.10
2024-07-08 08:08 UTC
Requires
- ext-json: *
- illuminate/console: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/filesystem: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/translation: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- loco/loco: ^1.0|^2.0|2.0.x-dev
Requires (Dev)
- phpunit/phpunit: ^8.0|^9.0
This package is auto-updated.
Last update: 2026-03-08 11:57:38 UTC
README
This is an integration with the Loco Translation Management System.
Installation
composer require jobilla/laravel-loco-tms
Configuration
To use the library, you'll need to set your Loco API Key for your translation project.
Either set the environment variable LOCO_API_KEY, or publish the configuration file
and update it with another value.
To publish the configuration file, run:
php artisan vendor:publish --provider="Jobilla\Loco\LocoServiceProvider"