Skip to content

fengyh/yii2-mdmgr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"fengyh/yii2-mdmgr": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

Application configuration

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

Show UI

Route /manual shows the user interface.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages