yeesoft/yii2-yee-post
最新稳定版本:0.1.1
Composer 安装命令:
composer require yeesoft/yii2-yee-post
包简介
Post Module For Yee CMS
README 文档
README
##Yee CMS - Post Module
####Backend module for managing posts
This module is part of Yee CMS (based on Yii2 Framework).
Post module lets you easily create posts on your site.
Installation
-
Install Yee Media Module if it is not installed yet.
-
Either run
composer require --prefer-dist yeesoft/yii2-yee-post "~0.1.0"
or add
"yeesoft/yii2-yee-post": "~0.1.0"
to the require section of your composer.json file.
- Run migrations
yii migrate --migrationPath=@vendor/yeesoft/yii2-yee-post/migrations/
Configuration
- In your backend config file
'modules'=>[ 'post' => [ 'class' => 'yeesoft\post\PostModule', ], ],
Dashboard widget
You can use dashboard widget to display short information about recent activity in the module.
Add this code in your control panel dashboard to display widget:
echo \yeesoft\post\widgets\dashboard\Posts::widget();
Screenshots
统计信息
- 总下载量: 6.7k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2015-06-19