dracon55/yii2-edit-area

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

Installs: 9

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

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

This package is not auto-updated.

Last update: 2024-04-14 02:18:49 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(); ?>```