@@ -41,7 +41,7 @@ A modern, Bootstrap 5-powered Yii2 application template designed for rapid web-a
41
41
- ✅ ** SSL Support** - Configured for secure HTTPS connections with SSL (mkcert).
42
42
- ✅ ** Testing Ready** - Codeception test suite with examples for functional and unit testing.
43
43
44
- ## Environment support
44
+ ## Supported web servers
45
45
46
46
[ ![ Apache] ( https://img.shields.io/badge/apache-%23D42029.svg?style=for-the-badge&label=docker&logo=apache&logoColor=white )] ( docker-compose.yml )
47
47
[ ![ 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
66
66
- ** Extensible** : Easy to customize and extend for specific project requirements.
67
67
- ** Production-ready** : Includes security features and optimizations for deployment.
68
68
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
-
81
69
### Installation
82
70
83
71
** Quick start**
@@ -147,9 +135,12 @@ root/
147
135
│ └── messages.php Translation config
148
136
├── docker/ Docker configuration files
149
137
│ ├── apache/ Apache configuration
138
+ │ ├── caddy/ Caddy configuration
150
139
│ ├── frankenphp/ FrankenPHP configuration
151
140
│ ├── nginx/ Nginx configuration
152
- │ └── php/ PHP configuration
141
+ │ ├── php/ PHP configuration
142
+ │ ├── ssl/ SSL certificates
143
+ │ └── supervisor/ Supervisor configuration
153
144
├── src/
154
145
│ ├── framework/ Framework assets & resources
155
146
│ │ ├── asset/ Asset bundles
0 commit comments