Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 477 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 477 Bytes

README

This is a Service Provider wrapper for the package lokalise/php-lokalise-api.

Set the environment variable LOKALISE_API_KEY.

Add the GIT Repository to your composer file.

{
  "repositories": [
    {
      "type": "vcs",
      "url":  "https://github.com/arg2009/php-lokalise-api-laravel.git"
    }
  ]
}

Run with composer

composer require --dev arg2009/php-lokalise-api-laravel:dev-main