定制 siezi/phile-admin-markdown-editor 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

siezi/phile-admin-markdown-editor

最新稳定版本:2.0.0

Composer 安装命令:

composer require siezi/phile-admin-markdown-editor

包简介

Markdown Editor for Phile-Admin

README 文档

README

What

A markdown editor plugin for Phile-Admin.

  • Create new pages
  • Edit pages
  • Move pages between folders
  • Draft non-public pages
  • Remove pages (files are not actually deleted but moved to special trash folder)

The page index:

Page Index

The editor:

Editor

Installation

1 Installation (composer)

"require": {
	"siezi/phile-admin-markdown-editor": "*"
}

2. Activation

After you have installed the plugin you activate it by adding the following line to your config.php file:

$config['plugins']['siezi\\phileAdminMarkdownEditor'] = ['active' => true];

This plugin depends on Phile-Admin. Make sure it’s activated too.

3. Config

See config.php.

统计信息

  • 总下载量: 90
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-05-19