- Add GoManager service for downloading and managing Go versions - Implement Go version detection and installation - Add GoManager Vue component with version selection UI - Update main process to handle Go-related IPC calls - Add Jest testing configuration and GoManager unit tests - Update service store to include Go management - Add routing for Go manager page - Include Kiro specs and steering documentation
24 lines
1.0 KiB
Markdown
24 lines
1.0 KiB
Markdown
# PHPer 开发环境管理器
|
|
|
|
PHPer 开发环境管理器是一款专为 Windows 平台设计的 PHP 开发环境管理工具,提供可视化界面来管理多种开发服务和工具。
|
|
|
|
## 核心功能
|
|
|
|
- **多版本 PHP 管理**: 支持 PHP 8.1-8.5 多版本并行安装,独立 CGI 进程控制
|
|
- **数据库服务**: MySQL 5.7/8.0 版本管理,自动初始化和配置
|
|
- **Web 服务器**: Nginx 管理,支持虚拟主机和 SSL 证书
|
|
- **缓存服务**: Redis Windows 版本管理
|
|
- **开发工具**: Node.js、Python、Git 版本管理
|
|
- **站点管理**: 可视化创建和管理开发站点,支持 Laravel 项目
|
|
- **系统集成**: Hosts 文件管理,开机自启动配置
|
|
|
|
## 目标用户
|
|
|
|
主要面向 Windows 平台的 PHP 开发者,提供类似 XAMPP/WAMP 但更现代化和可定制的开发环境解决方案。
|
|
|
|
## 技术特点
|
|
|
|
- 基于 Electron 的桌面应用
|
|
- 使用 Vue 3 + TypeScript 构建前端界面
|
|
- 服务管理采用 Windows 原生进程控制
|
|
- 支持静默启动和系统托盘运行 |