2017 © Pedro Peláez
 

yii2-extension yii2-mdmgr

An Yii2 extension, has a markdown editor supported by CKEditor, stores artical in db, one can create, edit, view and search the articles.

image

fengyh/yii2-mdmgr

An Yii2 extension, has a markdown editor supported by CKEditor, stores artical in db, one can create, edit, view and search the articles.

  • Thursday, October 1, 2015
  • by fengyh
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Markdown manager with creating, editing, view etc. features

An Yii2 extension, has a markdown editor supported by CKEditor, stores article in db, one can create, edit, view and search the articles by using this extension., (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist fengyh/yii2-mdmgr "*"

or add, (*4)

"fengyh/yii2-mdmgr": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

Application configuration

'modules' => [
    ...
    'manual' => [
        'class'  => 'fengyh\mdmgr\Module',
    ],
    ...
],

Show UI

Route /manual shows the user interface., (*7)

The Versions

01/10 2015

dev-master

9999999-dev

An Yii2 extension, has a markdown editor supported by CKEditor, stores artical in db, one can create, edit, view and search the articles.

  Sources   Download

BSD-2-Clause

The Requires

 

by Avatar fengyh

extension yii2