# hyperf3前后端分离后台系统 **Repository Path**: hgb_lianping/hyperf3-api ## Basic Information - **Project Name**: hyperf3前后端分离后台系统 - **Description**: hyperf3前后端分离后台系统 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-25 - **Last Updated**: 2024-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README hyperf3前后端分离后台系统 前端代码: https://gitee.com/hgb_lianping/vue3-element-plus-backend 环境 PHP >= 8.1 Swoole PHP 扩展 >= 5.0,并关闭了 Short Name JSON PHP 扩展 Pcntl PHP 扩展(仅在 Swoole 引擎时) OpenSSL PHP 扩展(如需要使用到 HTTPS) PDO PHP 扩展 (如需要使用到 MySQL 客户端) Redis PHP 扩展 (如需要使用到 Redis 客户端) Protobuf PHP 扩展 (如需要使用到 gRPC 服务端或客户端) 复制.env.example .env 本地 1. composer install 2. 启动 php bin/hyperf.php start 热更新启动 php bin/hyperf.php server:watch