66 <br>
77</p >
88
9- Yii 2 Basic Project Template is a skeleton [ Yii 2] ( http ://www.yiiframework.com/) application best for
9+ Yii 2 Basic Project Template is a skeleton [ Yii 2] ( https ://www.yiiframework.com/) application best for
1010rapidly creating small projects.
1111
1212The template contains the basic features including user login/logout and a contact page.
@@ -45,8 +45,8 @@ INSTALLATION
4545
4646### Install via Composer
4747
48- If you do not have [ Composer] ( http ://getcomposer.org/) , you may install it by following the instructions
49- at [ getcomposer.org] ( http ://getcomposer.org/doc/00-intro.md#installation-nix) .
48+ If you do not have [ Composer] ( https ://getcomposer.org/) , you may install it by following the instructions
49+ at [ getcomposer.org] ( https ://getcomposer.org/doc/00-intro.md#installation-nix) .
5050
5151You can then install this project template using the following command:
5252
@@ -63,7 +63,7 @@ http://localhost/basic/web/
6363
6464### Install from an Archive File
6565
66- Extract the archive file downloaded from [ yiiframework.com] ( http ://www.yiiframework.com/download/) to
66+ Extract the archive file downloaded from [ yiiframework.com] ( https ://www.yiiframework.com/download/) to
6767a directory named ` basic ` that is directly under the Web root.
6868
6969Set cookie validation key in ` config/web.php ` file to some random secret string:
@@ -131,7 +131,7 @@ return [
131131TESTING
132132-------
133133
134- Tests are located in ` tests ` directory. They are developed with [ Codeception PHP Testing Framework] ( http ://codeception.com/) .
134+ Tests are located in ` tests ` directory. They are developed with [ Codeception PHP Testing Framework] ( https ://codeception.com/) .
135135By default, there are 3 test suites:
136136
137137- ` unit `
@@ -164,7 +164,7 @@ To execute acceptance tests do the following:
164164 composer update
165165 ```
166166
167- 4. Download [Selenium Server](http ://www.seleniumhq.org/download/) and launch it:
167+ 4. Download [Selenium Server](https ://www.seleniumhq.org/download/) and launch it:
168168
169169 ```
170170 java -jar ~/selenium-server-standalone-x.xx.x.jar
0 commit comments