Skip to content

xutl/yii2-bootstrap-markdown-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-bootstrap-markdown-widget

bootstrap markdown

Latest Stable Version Total Downloads Dependency Status License

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist xutl/yii2-bootstrap-markdown-widget

or add

"xutl/yii2-bootstrap-markdown-widget": "~1.0.0"

to the require section of your composer.json file.

Usage

use xutl\bootstrap\markdown\Markdown;


echo $form->field($model, 'file')->widget(Markdown::::classname(),[
//etc
]);

License

This is released under the MIT License. See the bundled LICENSE.md for details.