yeesoft/yii2-yee-page

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 - 页面模块

####管理页面后端模块

本模块是 Yee CMS(基于 Yii2 框架)的一部分。

页面模块可以让您轻松地在网站上创建静态页面。

安装

  • 如果尚未安装,请安装 Yee 媒体模块

  • 运行以下命令之一:

composer require --prefer-dist yeesoft/yii2-yee-page "~0.1.0"

或者

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

将以下内容添加到您的 composer.json 文件的 require 部分中。

  • 运行迁移
yii migrate --migrationPath=@vendor/yeesoft/yii2-yee-page/migrations/

配置

  • 在您的后端配置文件中
'modules'=>[
	'page' => [
		'class' => 'yeesoft\page\PageModule',
	],
],

截图

Flickr - Yee CMS 文章模块