Yii Press - Cms Module For Yii Developer(Not Ready Yet), (*1)
Module Yii2 for content management system Yii App, (*2)
Installation
The preferred way to install this extension is through composer., (*3)
Either run, (*4)
php composer.phar require --prefer-dist walter74/yii2-yiipress "*"
or add, (*5)
"walter74/yii2-yiipress": "*"
to the require section of your composer.json
file., (*6)
Usage
Once the extension is installed, simply set config.php module adding the following instruction within
modules configuartion array, (*7)
'modules'=>[
'cms' => [
'class' => 'walter74\yiipress\Module',
]
]
then access module by rooting r=cms/admin to access admin controller...
r=cms/default to default controller which represent the frontend, (*8)