dracon55/yii2-edit-area

Plug-in for addition on the website of the edited area in the form of the visual editor

Maintainers

Package info

github.com/fermastudio/editArea

Type:yii2-extension

pkg:composer/dracon55/yii2-edit-area

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2017-11-01 09:18 UTC

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(); ?>```