2017 © Pedro Peláez
 

library wbt-plugin-laravel

Laravel plugin for WBTranslator

image

wbtranslator/wbt-plugin-laravel

Laravel plugin for WBTranslator

  • Monday, January 8, 2018
  • by wbtranslator
  • Repository
  • 1 Watchers
  • 3 Stars
  • 60 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

WBTranslator Plugin Laravel

Installation by composer

$ composer require wbtranslator/wbt-plugin-laravel dev-master

Add TranslatorServiceProvider to PROJECT_PATH/config/app.php in section 'providers'

'providers' => [
    // ...
    WBTranslator\PluginLaravel\Providers\WBTranslatorServiceProvider::class
] 

Publish the config using the following command

$ php artisan vendor:publish --provider="WBTranslator\PluginLaravel\Providers\WBTranslatorServiceProvider"

Set folders permissions with write access from server.

$ chmod -R 775 ./resources/lang/

Set API KEY

Put API KEY to .env file, (*1)

Example: WBT_API_KEY=API_KEY, (*2)

Send abstractions to WBTranslator

$ php artisan wbt:abstractions:export 

Get abstractions from WBTranslator and save them to lang directory

$ php artisan wbt:abstractions:import

The Versions

08/01 2018

dev-master

9999999-dev

Laravel plugin for WBTranslator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sergiy Tsybulko

05/01 2018

dev-develop

dev-develop

Laravel plugin for WBTranslator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sergiy Tsybulko

10/08 2017

dev-development

dev-development

Laravel plugin for WBTranslator

  Sources   Download

The Requires

 

The Development Requires

by Sergiy Tsybulko

08/08 2017

dev-abstraction-import

dev-abstraction-import

Laravel plugin for WBTranslator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sergiy Tsybulko

08/08 2017

dev-lang-paths

dev-lang-paths

Laravel plugin for WBTranslator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sergiy Tsybulko

27/07 2017

dev-abstraction-export

dev-abstraction-export

Laravel plugin for WBTranslator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sergiy Tsybulko

25/07 2017

dev-dev

dev-dev

Laravel plugin for WBTranslator

  Sources   Download

MIT

The Requires

 

The Development Requires

by Sergiy Tsybulko