taneryener / laravel-loco-tms

A Laravel convenience integration for the Loco translation management system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Loco TMS

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"

About

A Laravel convenience integration for the Loco translation management system

License:MIT License


Languages

Language:PHP 100.0%