From d6c1e2cca127ec8ef086e9ca3d844ac1508c09bf Mon Sep 17 00:00:00 2001 From: Wilmer Arambula Date: Sat, 30 Aug 2025 17:34:20 -0400 Subject: [PATCH] fix: Remove outdated features from `README.md` for clarity and accuracy. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index fa30670..b36248b 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,8 @@ A modern, Bootstrap 5-powered Yii2 application template designed for rapid web-a - ✅ **Asset Management** - Optimized asset bundles for CSS, JS, and resource management. - ✅ **Clean Architecture** - Well-organized directory structure following Yii2 best practices. - ✅ **Console Commands** - Example console commands for background tasks and maintenance. -- ✅ **Contact Form** - Fully functional contact form with validation and email sending. - ✅ **Developer Tools** - Debugging tools, logging, and development-friendly configurations. - ✅ **Modern Bootstrap 5 UI** - Responsive, mobile-first design with latest Bootstrap components. -- ✅ **Multi-language Support** - Built-in internationalization (i18n) support with message translations. -- ✅ **Ready-to-Use Pages** - Pre-built pages including home, about, contact, and error handling. -- ✅ **Security Features** - Built-in CSRF protection, input validation, and secure configurations. - ✅ **SSL Support** - Configured for secure HTTPS connections with SSL (mkcert). - ✅ **Testing Ready** - Codeception test suite with examples for functional and unit testing.