w3lifer / yii2-translator
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- w3lifer/php-helper: ^1.0
- w3lifer/response-interface: ^1.0
- w3lifer/yii2-i18n-js: ^2.0
- yiisoft/yii2: ^2.0
This package is auto-updated.
Last update: 2024-10-26 18:12:12 UTC
README
Installation
composer require w3lifer/yii2-translator
Usage
- Add this to your application configuration:
<?php return [ // ... 'modules' => [ // ... 'translator' => [ 'class' => 'w3lifer\yii2\translator\Module', 'email' => 'john.doe@example.com', ], // ... ], // ... ];
- Follow this link:
https://example.com/translator
.