maks757/translate

There is no license information available for the latest version (0.2.02) of this package.

Translations module

Maintainers

Details

github.com/maks757/translate

Source

Installs: 12

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Type:yii2-extension

0.2.02 2016-11-28 11:03 UTC

README

INSTALLATION

Migrate language table

yii migrate --migrationPath=@yii/i18n/migrations/

Composer require section

"black-lamp/blcms-translate": "*"

Add to main.php

'modules' => [
        'translation' => [
            'class' => \bl\cms\translate\Translation::className()
        ],
        ...
    ],