2017 © Pedro Peláez
 

yii2-extension cms-i18n-db

Storage translations in a database component for SkeekS CMS

image

skeeks/cms-i18n-db

Storage translations in a database component for SkeekS CMS

  • Tuesday, November 7, 2017
  • by skeeks-semenov
  • Repository
  • 1 Watchers
  • 0 Stars
  • 44 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Storage translations in a mysql database component for SkeekS CMS

Installation

The preferred way to install this extension is through composer., (*1)

Either run, (*2)

php composer.phar require --prefer-dist skeeks/cms-cms-i18n-db "^1.1.3"

or add, (*3)

"skeeks/cms-i18n-db": "^1.1.3"

Configuration app

'components' =>
[
    'i18n' => [
        'class'     => 'skeeks\cms\i18nDb\I18NDbComponent',
        'translations' =>
        [
            'skeeks/i18nDb/app' => [
                'class'             => 'yii\i18n\PhpMessageSource',
                'basePath'          => '@skeeks/cms/i18nDb/messages',
                'fileMap' => [
                    'skeeks/i18nDb/app' => 'app.php',
                ],
            ]
        ]
    ],
],
'modules' =>
[
    'i18nDb' => [
        'class'         => '\skeeks\cms\i18nDb\I18nDbModule',
    ]
]


skeeks!
SkeekS CMS (Yii2) — quickly, easily and effectively!
skeeks.com | en.cms.skeeks.com | cms.skeeks.com | marketplace.cms.skeeks.com, (*4)

The Versions

07/11 2017

dev-master

9999999-dev http://cms.skeeks.com/

Storage translations in a database component for SkeekS CMS

  Sources   Download

GPL-3.0+

The Requires

 

by Semenov Alexander

framework component yii i18n skeeks

07/11 2017

1.1.0

1.1.0.0 http://cms.skeeks.com/

Storage translations in a database component for SkeekS CMS

  Sources   Download

GPL-3.0+

The Requires

 

by Semenov Alexander

framework component yii i18n skeeks

21/04 2016

1.0.0-alpha3

1.0.0.0-alpha3 http://cms.skeeks.com/

Storage translations in a database component for SkeekS CMS

  Sources   Download

GPL-3.0+

The Requires

 

by Semenov Alexander

framework component yii i18n skeeks

17/04 2016

1.0.0-alpha2

1.0.0.0-alpha2 http://cms.skeeks.com/

Storage translations in a database component for SkeekS CMS

  Sources   Download

BSD-3-Clause

The Requires

 

by Semenov Alexander

framework component yii i18n skeeks

14/04 2016

1.0.0.alpha1

1.0.0.0-alpha1 http://cms.skeeks.com/

Storage translations in a database component for SkeekS CMS

  Sources   Download

BSD-3-Clause

The Requires

 

by Semenov Alexander

framework component yii i18n skeeks

14/04 2016

1.0.0.alpha

1.0.0.0-alpha http://cms.skeeks.com/

Storage translations in a database component for SkeekS CMS

  Sources   Download

BSD-3-Clause

The Requires

 

by Semenov Alexander

framework component yii i18n skeeks