andrewljashenko / yii2-sector-canvas-designer
The extension allow user to create a sector with seats and save it using InputWidget field.
Package info
github.com/aliashenko-corp-web4pro/yii2-sector-canvas-designer
Language:JavaScript
Type:yii2-extension
pkg:composer/andrewljashenko/yii2-sector-canvas-designer
0.0.4
2017-09-15 14:21 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-07 22:16:09 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(); ?>```