File tree Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 0.1.1 Under development
4+
5+ - Enh #132 : Implement RoadRunner stack (@terabytesoftw )
6+ - Bug #140 : Move badges for latest stable version and total downloads in ` README.md ` to ` Installation ` section (@terabytesoftw )
7+ - Bug #142 : Update installation instructions to use ` dev-road-runner ` in docs, remove ` extra.branch-alias ` from ` composer.json ` (@terabytesoftw )
8+
39## 0.1.0 August 31, 2025
410
511- Initial release
Original file line number Diff line number Diff line change @@ -65,10 +65,12 @@ The Yii2 Web Application Basic template provides a complete foundation for build
6565
6666### Installation
6767
68+ [ ![ Latest Dev Version] ( https://img.shields.io/badge/Dev-road--runner-orange?style=for-the-badge&logo=packagist&logoColor=white )] ( https://packagist.org/packages/yii2-extensions/app-basic#dev-road-runner )
69+
6870** Quick start**
6971
7072``` bash
71- composer create-project --prefer-dist --stability=dev yii2-extensions/app-basic:dev-road-runner app-basic
73+ composer create-project --prefer-dist yii2-extensions/app-basic:dev-road-runner app-basic
7274cd app-basic
7375```
7476
@@ -144,7 +146,6 @@ final class SiteController extends Controller
144146```
145147## Quality code
146148
147- [ ![ Latest Stable Version] ( https://img.shields.io/packagist/v/yii2-extensions/app-basic.svg?branch=road-runner&style=for-the-badge&logo=packagist&logoColor=white&label=Stable )] ( https://packagist.org/packages/yii2-extensions/app-basic#dev-road-runner )
148149[ ![ Codecov] ( https://img.shields.io/codecov/c/github/yii2-extensions/app-basic.svg?branch=road-runner&style=for-the-badge&logo=codecov&logoColor=white&label=Coverage )] ( https://app.codecov.io/github/yii2-extensions/app-basic/tree/road-runner )
149150[ ![ PHPStan Level Max] ( https://img.shields.io/badge/PHPStan-Level%20Max-4F5D95.svg?style=for-the-badge&logo=php&logoColor=white )] ( https://github.com/yii2-extensions/app-basic/actions/workflows/static.yml?query=branch%3Aroad-runner )
150151[ ![ StyleCI] ( https://img.shields.io/badge/StyleCI-Passed-44CC11.svg?branch=road-runner&style=for-the-badge&logo=styleci&logoColor=white )] ( https://github.styleci.io/repos/165419144?branch=road-runner )
Original file line number Diff line number Diff line change 5858 "bower-asset/yii2-pjax" : " ~2.0.1" ,
5959 "bower-asset/bootstrap" : " ^5.2"
6060 },
61- "extra" : {
62- "branch-alias" : {
63- "dev-main" : " 0.2.x-dev"
64- }
65- },
6661 "config" : {
6762 "allow-plugins" : {
6863 "composer/installers" : true ,
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 yii2-extensions/app-basic:^0.1 app-basic
21+ composer create-project --prefer-dist yii2-extensions/app-basic:dev-road-runner
2222cd app-basic
2323```
2424
2525### Method 2: Manual installation
2626
27271 . ** Download the template** :
2828``` bash
29- git clone --branch 0.1 https://github.com/yii2-extensions/app-basic.git app-basic
29+ git clone --branch dev-road-runner 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 --branch 0.1 https://github.com/yii2-extensions/app-basic.git app-basic
43+ git clone --branch dev-road-runner 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