id161836712 / yii2-tinymce-widget
TinyMCE widget for Yii2.
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Type:yii2-extension
Requires
- php: >=7.4
- ext-json: *
- mklkj/tinymce-i18n: ^25.2
- tinymce/tinymce: ^7.8
- yiisoft/yii2: ^2.0.50
Requires (Dev)
- phpunit/phpunit: ^9.6.22
- rector/rector: ^2.0.14
README
Installation
The preferred way to install this extension is through composer.
Either run
composer require id161836712/yii2-tinymce-widget "^1.1"
or add
"id161836712/yii2-tinymce-widget": "^1.1"
to the require section of your application's composer.json
file.