claudejanz / yii2-wysihtml5
wysihtml5 widget
Package info
github.com/claudejanz/yii2-wysihtml5
Type:yii2-extension
pkg:composer/claudejanz/yii2-wysihtml5
dev-master
2014-10-07 19:16 UTC
Requires
This package is auto-updated.
Last update: 2026-03-11 22:12:19 UTC
README
wysihtml5 widget
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist claudejanz/yii2-wysihtml5 "*"
or add
"claudejanz/yii2-wysihtml5": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \claudejanz\wysihtml5\AutoloadExample::widget(); ?>```