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 11# Table of contents  
22
3- *  [ Installation] ( README .md) 
3+ *  [ Installation] ( installation .md) 
44*  [ Getting started] ( getting-started.md ) 
55*  [ Usage] ( usage.md ) 
66*  [ 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