An open API service indexing awesome lists of open source software.

https://github.com/xutl/yii2-art-dialog-widget


https://github.com/xutl/yii2-art-dialog-widget

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

适用于 Yii2 的 artDialog 小部件
================================

该扩展为 Yii2 framework 添加 [artDialog](https://github.com/aui/artDialog) 小部件。

For license information check the [LICENSE](LICENSE.md)-file.

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

[![Latest Stable Version](https://poser.pugx.org/xutl/yii2-art-dialog-widget/v/stable.png)](https://packagist.org/packages/xutl/yii2-art-dialog-widget)
[![Total Downloads](https://poser.pugx.org/xutl/yii2-art-dialog-widget/downloads.png)](https://packagist.org/packages/xutl/yii2-art-dialog-widget)

安装
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require --prefer-dist xutl/yii2-art-dialog-widget
```

or add

```json
"xutl/yii2-art-dialog-widget": "*"
```

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

### Thanks to

* [Yii framework](https://github.com/yiisoft/yii2)
* [artDialog](https://github.com/aui/artDialog)