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)