walter74/yii2-yiipress

Module Yii2 for content management system Yii App

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2018-04-26 20:35 UTC

This package is not auto-updated.

Last update: 2024-04-04 09:05:32 UTC


README

Yii Press - Cms Module For Yii Developer(Not Ready Yet)

Module Yii2 for content management system Yii App

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist walter74/yii2-yiipress "*"

or add

"walter74/yii2-yiipress": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply set config.php module adding the following instruction within modules configuartion array

'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