dracon55 / yii2-edit-area
Plug-in for addition on the website of the edited area in the form of the visual editor
Package info
github.com/fermastudio/editArea
Type:yii2-extension
pkg:composer/dracon55/yii2-edit-area
dev-master
2017-11-01 09:18 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-29 12:23:43 UTC
README
Plug-in for addition on the website of the edited area in the form of the visual editor
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist dracon55/yii2-edit-area "*"
or add
"dracon55/yii2-edit-area": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \dracon55\editArea\AutoloadExample::widget(); ?>```