File tree Expand file tree Collapse file tree 3 files changed +19
-19
lines changed Expand file tree Collapse file tree 3 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 1
- # Installation
2
-
3
- The preferred way to install this extension is through [ composer] ( http://getcomposer.org/download/ ) .
4
-
5
- Either run
6
-
7
- ``` text
8
- php composer.phar require unclead/yii2-multiple-input "~2.0"
9
- ```
10
-
11
- or add
12
-
13
- ``` text
14
- "unclead/yii2-multiple-input": "~2.0"
15
- ```
16
-
17
- to the ` require ` section of your ` composer.json ` file.
18
-
Original file line number Diff line number Diff line change 1
1
# Table of contents
2
2
3
- * [ Installation] ( README .md)
3
+ * [ Installation] ( installation .md)
4
4
* [ Getting started] ( getting-started.md )
5
5
* [ Usage] ( usage.md )
6
6
* [ Configuration] ( configuration.md )
Original file line number Diff line number Diff line change
1
+ # Installation
2
+
3
+ The preferred way to install this extension is through [ composer] ( http://getcomposer.org/download/ ) .
4
+
5
+ Either run
6
+
7
+ ``` text
8
+ php composer.phar require unclead/yii2-multiple-input "~2.0"
9
+ ```
10
+
11
+ or add
12
+
13
+ ``` text
14
+ "unclead/yii2-multiple-input": "~2.0"
15
+ ```
16
+
17
+ to the ` require ` section of your ` composer.json ` file.
18
+
You can’t perform that action at this time.
0 commit comments