andrewljashenko/yii2-sector-canvas-designer

The extension allow user to create a sector with seats and save it using InputWidget field.

Installs: 530

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

Language:JavaScript

Type:yii2-extension

0.0.4 2017-09-15 14:21 UTC

This package is not auto-updated.

Last update: 2024-05-18 13:48:58 UTC


README

The extension allow user to create a sector with seats and save it using InputWidget field.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist andrewljashenko/yii2-sector-canvas-designer "*"

or add

"andrewljashenko/yii2-sector-canvas-designer": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \andrewljashenko\sectorcanvaseditor\AutoloadExample::widget(); ?>```