Skip to content

Commit 10ccac5

Browse files
committed
update readme
1 parent 5c4d4d1 commit 10ccac5

15 files changed

+8
-995
lines changed

README.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#Yii2 Multiple input widget.
1+
# Yii2 Multiple input widget.
22
Yii2 widget for handle multiple inputs for an attribute of model and tabular input for batch of models.
33

44
[![Latest Stable Version](https://poser.pugx.org/unclead/yii2-multiple-input/v/stable)](https://packagist.org/packages/unclead/yii2-multiple-input)
@@ -7,10 +7,10 @@ Yii2 widget for handle multiple inputs for an attribute of model and tabular inp
77
[![Latest Unstable Version](https://poser.pugx.org/unclead/yii2-multiple-input/v/unstable)](https://packagist.org/packages/unclead/yii2-multiple-input)
88
[![License](https://poser.pugx.org/unclead/yii2-multiple-input/license)](https://packagist.org/packages/unclead/yii2-multiple-input)
99

10-
##Latest release
10+
## Latest release
1111
The latest stable version of the extension is v2.7.0 Follow the [instruction](./UPGRADE.md) for upgrading from previous versions
1212

13-
##Installation
13+
## Installation
1414
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
1515

1616
Either run
@@ -27,9 +27,9 @@ or add
2727

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

30-
##Basic usage
30+
## Basic usage
3131

32-
![Single column example](./docs/images/single-column.gif?raw=true)
32+
![Single column example](./resources/images/single-column.gif?raw=true)
3333

3434
For example you want to have an ability of entering several emails of user on profile page.
3535
In this case you can use yii2-multiple-input widget like in the following code
@@ -51,16 +51,11 @@ use unclead\multipleinput\MultipleInput;
5151
?>
5252
```
5353

54-
You can find more examples of usage [here](./docs/usage.md)
54+
## Documentation
5555

56-
##Documentation
56+
You can find a full version of documentation is available in [wiki](https://github.com/unclead/yii2-multiple-input/wiki/Usage)
5757

58-
- [Configuration](./docs/configuration.md)
59-
- [Usage](./docs/usage.md)
60-
- [Tips and tricks](./docs/tips.md)
61-
- [Javascript Events and Operations](./docs/javascript.md)
62-
- [Renderers](./docs/renderers.md)
6358

64-
##License
59+
## License
6560

6661
**yii2-multiple-input** is released under the BSD 3-Clause License. See the bundled [LICENSE.md](./LICENSE.md) for details.

docs/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/configuration.md

Lines changed: 0 additions & 109 deletions
This file was deleted.

docs/javascript.md

Lines changed: 0 additions & 81 deletions
This file was deleted.

docs/multiple_input_embedded.md

Whitespace-only changes.

docs/multiple_input_multiple.md

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)