File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## 0.1.0 Under development
3+ ## 0.1.0 August 31, 2025
44
55- Initial release
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ The Yii2 Web Application Basic template provides a complete foundation for build
6565** Quick start**
6666
6767``` bash
68- composer create-project --prefer-dist --stability=dev yii2-extensions/app-basic app-basic
68+ composer create-project --prefer-dist yii2-extensions/app-basic app-basic:^0.1
6969cd app-basic
7070```
7171
Original file line number Diff line number Diff line change 33 "type" : " project" ,
44 "description" : " Web Application Basic" ,
55 "keywords" : [
6+ " yii2-extensions" ,
67 " application" ,
78 " basic" ,
8- " web" ,
9- " yii2"
9+ " web"
1010 ],
1111 "license" : " BSD-3-Clause" ,
1212 "require" : {
5757 },
5858 "extra" : {
5959 "branch-alias" : {
60- "dev-master " : " 0.1 -dev"
60+ "dev-main " : " 0.2.x -dev"
6161 }
6262 },
6363 "config" : {
Original file line number Diff line number Diff line change 1818Create a new project using the Yii App Basic template.
1919
2020``` bash
21- composer create-project --prefer-dist --stability=dev yii2-extensions/app-basic app-basic
21+ composer create-project --prefer-dist yii2-extensions/app-basic:^0.1 app-basic
2222cd app-basic
2323```
2424
2525### Method 2: Manual installation
2626
27271 . ** Download the template** :
2828``` bash
29- git clone https://github.com/yii2-extensions/app-basic.git app-basic
29+ git clone --branch 0.1 https://github.com/yii2-extensions/app-basic.git app-basic
3030cd app-basic
3131```
3232
@@ -40,7 +40,7 @@ composer install
4040Clone the repository and set up your project.
4141
4242``` bash
43- git clone https://github.com/yii2-extensions/app-basic.git app-basic
43+ git clone --branch 0.1 https://github.com/yii2-extensions/app-basic.git app-basic
4444cd app-basic
4545rm -rf .git
4646git init
You can’t perform that action at this time.
0 commit comments