承接 dmitxe/yii2-wiki-module 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-11-09