w3lifer/yii2-translator

2.0.4 2024-04-18 19:55 UTC

This package is auto-updated.

Last update: 2024-04-27 00:11:07 UTC


README

Installation

composer require w3lifer/yii2-translator

Usage

  1. Add this to your application configuration:
<?php

return [
    // ...
    'modules' => [
        // ...
        'translator' => [
            'class' => 'w3lifer\yii2\translator\Module',
            'email' => 'john.doe@example.com',
        ],
        // ...
    ],
    // ...
];
  1. Follow this link: https://example.com/translator.