2017 © Pedro Peláez
 

yii2-extension yii2-rhopress

The Base Components of Rho Press

image

rhopress/yii2-rhopress

The Base Components of Rho Press

  • Tuesday, February 16, 2016
  • by vistart
  • Repository
  • 2 Watchers
  • 0 Stars
  • 14 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Yii 2 Rho Press

The Base Components of Rho Press, (*1)

Join the chat at https://gitter.im/rhopress/yii2-rhopress License Build Status Dependency Status Code Climate, (*2)

Installation

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

Either run:, (*4)

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

or add, (*5)

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

to the require section of your composer.json file., (*6)

Usage

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

$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:, (*8)

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

yii2-rhopress, (*9)

The Versions

16/02 2016

dev-master

9999999-dev

The Base Components of Rho Press

  Sources   Download

AGPL-3.0

The Requires

 

extension yii2 rhopress