Skip to content

Commit 86ba7a5

Browse files
fix: Remove outdated application structure section and update Docker configuration paths in README.md. (#125)
1 parent 60cc0c7 commit 86ba7a5

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ A modern, Bootstrap 5-powered Yii2 application template designed for rapid web-a
4141
-**SSL Support** - Configured for secure HTTPS connections with SSL (mkcert).
4242
-**Testing Ready** - Codeception test suite with examples for functional and unit testing.
4343

44-
## Environment support
44+
## Supported web servers
4545

4646
[![Apache](https://img.shields.io/badge/apache-%23D42029.svg?style=for-the-badge&label=docker&logo=apache&logoColor=white)](docker-compose.yml)
4747
[![Caddy](https://img.shields.io/badge/caddy-%231F88C0.svg?style=for-the-badge&label=docker&logo=caddy&logoColor=white)](docker-compose.caddy.yml)
@@ -66,18 +66,6 @@ The Yii2 Web Application Basic template provides a complete foundation for build
6666
- **Extensible**: Easy to customize and extend for specific project requirements.
6767
- **Production-ready**: Includes security features and optimizations for deployment.
6868

69-
```text
70-
Application structure:
71-
72-
Web App Basic
73-
├── Assets (CSS, JS, Images)
74-
├── Console (Background tasks)
75-
├── I18n (Multi-language support)
76-
├── Pages (Home, About, Contact, Error)
77-
├── Security (CSRF, Validation, Authentication)
78-
└── Testing (Unit, Functional tests)
79-
```
80-
8169
### Installation
8270

8371
**Quick start**
@@ -147,9 +135,12 @@ root/
147135
│ └── messages.php Translation config
148136
├── docker/ Docker configuration files
149137
│ ├── apache/ Apache configuration
138+
│ ├── caddy/ Caddy configuration
150139
│ ├── frankenphp/ FrankenPHP configuration
151140
│ ├── nginx/ Nginx configuration
152-
│ └── php/ PHP configuration
141+
│ ├── php/ PHP configuration
142+
│ ├── ssl/ SSL certificates
143+
│ └── supervisor/ Supervisor configuration
153144
├── src/
154145
│ ├── framework/ Framework assets & resources
155146
│ │ ├── asset/ Asset bundles

0 commit comments

Comments
 (0)