Package Data | |
---|---|
Maintainer Username: | wbtranslator |
Maintainer Contact: | sergiy@futurenet.club (Sergiy Tsybulko) |
Package Create Date: | 2017-07-24 |
Package Last Update: | 2018-01-08 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2025-02-06 03:06:04 |
Package Statistics | |
---|---|
Total Downloads: | 66 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 1 |
Total Open Issues: | 0 |
$ composer require wbtranslator/wbt-plugin-laravel dev-master
'providers' => [
// ...
WBTranslator\PluginLaravel\Providers\WBTranslatorServiceProvider::class
]
$ php artisan vendor:publish --provider="WBTranslator\PluginLaravel\Providers\WBTranslatorServiceProvider"
$ chmod -R 775 ./resources/lang/
Put API KEY to .env file
Example: WBT_API_KEY=API_KEY
$ php artisan wbt:abstractions:export
$ php artisan wbt:abstractions:import