yeesoft/yii2-yee-translation

Translation Module For Yee CMS

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Installs: 6 436

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 6

Open Issues: 2

pkg:composer/yeesoft/yii2-yee-translation

0.1.0 2017-03-01 10:59 UTC

This package is auto-updated.

Last update: 2022-03-29 00:18:20 UTC


README

##Yee CMS - Translation Module

####Backend module for managing translations

This module is part of Yee CMS (based on Yii2 Framework).

Translation module lets you easily create messages and translations on your site.

Installation

  • Either run
composer require --prefer-dist yeesoft/yii2-yee-translation "~0.1.0"

or add

"yeesoft/yii2-yee-translation": "~0.1.0"

to the require section of your composer.json file.

  • Run migrations
yii migrate --migrationPath=@vendor/yeesoft/yii2-yee-translation/migrations/

Configuration

  • In your backend config file
'modules'=>[
	'translation' => [
		'class' => 'yeesoft\translation\TranslationModule',
	],
],