uraankhayayaal / yii2-redactor
Textarea redactor for yii2
Package info
github.com/uraankhayayaal/yii2-redactor
Language:JavaScript
Type:yii2-extension
pkg:composer/uraankhayayaal/yii2-redactor
v1.0.1
2022-06-21 21:36 UTC
Requires
- vova07/yii2-imperavi-widget: ~2.0.11
- yiisoft/yii2: ~2.0.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Textarea redactor for yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist uraankhayayaal/yii2-redactor "*"
or add
"uraankhayayaal/yii2-redactor": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \uraankhayayaal\redactor\AutoloadExample::widget(); ?>```