w3lifer/yii2-translator

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

1.0.0 2024-09-01 12:00 UTC

This package is auto-updated.

Last update: 2025-03-30 12:41:06 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.