Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

HeppyEkberg/ETrans-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ETrans (Laravel)

The ETrans package is to download and deploy translations to your project from Elicits translation service.

Composer:

  "require": {
    "heppykarlsson/subtype-laravel": "^1.0"
  },
  "repositories": [
    { "type": "vcs", "url": "https://github.com/HeppyKarlsson/subtype-laravel.git" }
  ],

Add Service provider to your providers array in config.app

   'providers' => [
        /** Miscellaneous providers */
        HeppyKarlsson\ETrans\ServiceProvider::class,
   ]

To download the languages run artisan command etrans:install

    php artisan etrans:install

If you want to change the desired languages to use publish the config file and modify it.

    php artisan vendor:publish

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages