The TinyMCE Extension for yii framework
The TinyMCE Extension for yii framework, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist 3ch3r46/tinymce "*"
or add, (*4)
"3ch3r46/tinymce": "*"
to the require section of your composer.json file., (*5)
composer.json
Once the extension is installed, simply use it in your code by :, (*6)
php <?= \a3ch3r46\tinymce\TinyMCE::widget($config); ?>, (*7)
php <?= \a3ch3r46\tinymce\TinyMCE::widget($config); ?>
Sources Download
MIT
extension yii2 tinymce text editor wyswyg