skeeks-cms / cms-measure

Units of measurement for SkeekS CMS

Home Page:http://cms.skeeks.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Units of measurement for SkeekS CMS

Latest Stable Version Total Downloads

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist skeeks/cms-measure "*"

or add

"skeeks/cms-measure": "*"

Configuration app

'components' =>
[
    'measure' => [
        'class'         => 'skeeks\cms\measure\components\MeasureComponent',
    ],
    'i18n' => [
        'translations' =>
        [
            'skeeks/measure' => [
                'class'             => 'yii\i18n\PhpMessageSource',
                'basePath'          => '@skeeks/cms/measure/messages',
                'fileMap' => [
                    'skeeks/measure' => 'main.php',
                ],
            ]
        ]
    ],
],
'modules' =>
[
    'measure' => [
        'class'         => 'skeeks\cms\measure\Module',
    ]
]

##Links


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

About

Units of measurement for SkeekS CMS

http://cms.skeeks.com

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:PHP 100.0%