dev-master
9999999-devThe Base Components of Rho Press
AGPL-3.0
The Requires
- php >=5.4.0
- yiisoft/yii2 >=2.0.6
- vistart/yii2-models dev-master
by vistart
extension yii2 rhopress
The Base Components of Rho Press
The Base Components of Rho Press, (*1)
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)
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' ... ], ... ]
The Base Components of Rho Press
AGPL-3.0
extension yii2 rhopress