fishvision/yii2-modal-forms

Native support for forms within modals for Yii2

Installs: 808

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 3

Open Issues: 1

Language:JavaScript

Type:yii2-extension

1.0.1 2015-04-01 23:25 UTC

This package is not auto-updated.

Last update: 2024-04-27 14:12:32 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(); ?>```