rhopress/yii2-rhopress

The Base Components of Rho Press

Installs: 14

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:yii2-extension

dev-master 2016-02-16 16:02 UTC

This package is auto-updated.

Last update: 2019-12-21 16:35:58 UTC


README

The Base Components of Rho Press

Join the chat at https://gitter.im/rhopress/yii2-rhopress License Build Status Dependency Status Code Climate

Installation

The preferred way to install this extension is through composer.

Either run:

php composer.phar require rhopress/yii2-rhopress:dev-master

or add

"rhopress/yii2-rhopress": "dev-master"

to the require section of your composer.json file.

Usage

Once this extension is installed, you can simply add rhopress module to the module section of main config of your project, like following:

$config = [
    ...
    'module' => [
        ...
        'rhopress' => [
            'class' => 'rhopress\Module'
        ],
        ...
    ],
    ...
]

If you want to use it in bootstrap process, please attach the module name into bootstrap section, like following:

$config = [
    ...
    'bootstrap' => [
        ...
        'rhopress'
        ...
    ],
    ...
]

yii2-rhopress