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
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-02 15:48:59 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(); ?>```