3ch3r46 / tinymce
The TinyMCE Extension for yii framework
dev-master
2014-04-28 13:59 UTC
This package is not auto-updated.
Last update: 2024-11-05 07:51:58 UTC
README
The TinyMCE Extension for yii framework
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist 3ch3r46/tinymce "*"
or add
"3ch3r46/tinymce": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \a3ch3r46\tinymce\TinyMCE::widget($config); ?>```