Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 872 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 872 Bytes

yii2-yee-page

##Yee CMS - Page Module

####Backend module for managing pages

This module is part of Yee CMS (based on Yii2 Framework).

Page module lets you easily create static pages on your site.

Installation

composer require --prefer-dist yeesoft/yii2-yee-page "*"

or add

"yeesoft/yii2-yee-page": "*"

to the require section of your composer.json file.

  • Run migrations
yii migrate --migrationPath=@vendor/yeesoft/yii2-yee-page/migrations/

Configuration

  • In your backend config file
'modules'=>[
	'page' => [
		'class' => 'yeesoft\page\PageModule',
	],
],

Screenshots

Flickr - Yee CMS Post Module