Skip to content

arollmann/yii2-yee-translation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-yee-translation

##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 "*"

or add

"yeesoft/yii2-yee-translation": "*"

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\page\TranslationModule',
	],
],

About

Translation Module For Yee CMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages