fishvision / yii2-modal-forms
Native support for forms within modals for Yii2
Package info
github.com/fishvision/yii2-modal-forms
Language:JavaScript
Type:yii2-extension
pkg:composer/fishvision/yii2-modal-forms
1.0.1
2015-04-01 23:25 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-14 23:42:24 UTC
README
Native support for forms within modals for Yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist fishvision/yii2-modal-forms "*"
or add
"fishvision/yii2-modal-forms": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \fishvision\modalforms\AutoloadExample::widget(); ?>```