black-lamp/blcms-translate

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

Translations module for Black-Lamp CMS

Installs: 286

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 1

Open Issues: 0

Type:yii2-extension

v0.0.94 2017-02-05 22:56 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()
        ],
        ...
    ],