PHPackages                             antkaz/yii2-ajax - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. antkaz/yii2-ajax

ActiveYii2-extension[Framework](/categories/framework)

antkaz/yii2-ajax
================

v2(6y ago)23.7k3MITJavaScript

Since Feb 12Pushed 6y ago3 watchersCompare

[ Source](https://github.com/antkaz/yii2-ajax)[ Packagist](https://packagist.org/packages/antkaz/yii2-ajax)[ Docs](https://github.com/antkaz/yii2-ajax)[ RSS](/packages/antkaz-yii2-ajax/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (9)Dependencies (2)Versions (11)Used By (0)

yii2-ajax
=========

[](#yii2-ajax)

This extension allows you to create forms in the Twitter Bootstrap modal window.

Documentation is at [docs/README.md](docs/README.md)

Installation
------------

[](#installation)

The preferred way to install this extension is through composer.

Run

```
php composer.phar require antkaz/yii2-ajax
```

or add

```
"antkaz/yii2-ajax": "~1.2"

```

to the **require** section of your `composer.json` file.

Basic usage
-----------

[](#basic-usage)

1. Аdd the modal widget to your view file:

    ```
