yeesoft/yii2-yee-page

Page Module For Yee CMS

0.1.0 2017-03-01 11:38 UTC

This package is auto-updated.

Last update: 2022-03-29 00:35:32 UTC


README

##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 "~0.1.0"

or add

"yeesoft/yii2-yee-page": "~0.1.0"

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