fishvision / yii2-modal-forms
Native support for forms within modals for Yii2
Installs: 812
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 3
Open Issues: 1
Language:JavaScript
Type:yii2-extension
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-09 16:48:08 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(); ?>```