Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matrozov/yii2-multiple-field

Multiple field for Yii2
https://github.com/matrozov/yii2-multiple-field

Last synced: about 1 month ago
JSON representation

Multiple field for Yii2

Awesome Lists containing this project

README

        

# Yii2 Multiple field widget

Yii2 widget for handle multiple fields for an attribute of model and tabular input for batch of models.

## Installation

```bash
php composer.phar require matrozov/yii2-multiple-field "dev-master"
```

or add

```
"matrozov/yii2-multiple-field": "dev-master"
```

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

## Example

...

## Documentation

You can find a full version of documentation on your language:

* [Russian](./docs/ru/README.md)

## License

**yii2-multiple-field** is released under the MIT License. See the bundled [LICENSE](./LICENSE) for details.