itlo/cms-basic

ITLO CMS basic package

Installs: 0

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:yii2-extension

0.0.2 2021-04-29 22:52 UTC

This package is auto-updated.

Last update: 2024-04-29 04:34:14 UTC


README

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist itlo/cms-basic "*"

or add

"itlo/cms-basic": "*"

Configuration app

    'aliases'     => [
        '@common'   => '@root/common',
        '@frontend' => '@root/frontend',
        '@console'  => '@root/console',
    ],