xutl / yii2-bootstrap-markdown-widget
The bootstrap markdown extension for the Yii framework
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:yii2-extension
Requires
- php: >=5.4.0
- yiisoft/yii2: ~2.0.6
- yiisoft/yii2-bootstrap: ~2.0.0
This package is auto-updated.
Last update: 2024-10-11 02:47:39 UTC
README
bootstrap markdown
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.