dmitxe/yii2-wiki-module
最新稳定版本:1.0
Composer 安装命令:
composer require dmitxe/yii2-wiki-module
包简介
Yii2-Wiki is a flexible implementation of a wiki for Yii2
README 文档
README
Yii2-Wiki is a flexible implementation of a wiki for Yii2
Installation
The preferred way to install this extension is through composer.
Either run
$ composer require dmitxe/yii2-wiki-module
or add
"dmitxe/yii2-wiki-module": "dev-master"
to the require section of your composer.json file.
Configuration
Migration
For the default table structure execute the provided migration as follows:
php yii migrate --migrationPath=@vendor/dmitxe/yii2-wiki-module/migrations
To remove the table just do the same migration downwards.
Configuring the module
add the following entry to the modules-part of your config-file:
//... 'modules'=>[ 'wiki'=>[ 'class'=>'dmitxe\yii2\wiki\Module', 'editorRole'=>'administrator' // set false for quests 'editorLayout' => '//main' ], ], //...
统计信息
- 总下载量: 638
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-11-09