jobilla / laravel-loco-tms
A Laravel convenience integration for the Loco translation management system
Installs: 6 714
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 13
Forks: 3
Open Issues: 1
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: 2024-10-08 08:43:14 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"