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.
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
pkg:composer/fengyh/yii2-mdmgr
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-12-24 16:47:59 UTC
README
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.