Hcms
Hcms 是一个基于 Hyperf 框架的项目开发管理系统 , 在Hyperf超高速且灵活的特性加持下,构建一个快速开发、模块复用的项目开发管理系统。
Install / Use
/learn @zhlhuang/HcmsREADME
介绍
Hcms 是一个基于 Hyperf 框架的项目开发管理系统 , 在Hyperf超高速且灵活的特性加持下,构建一个快速开发、模块复用的项目开发管理系统。
依赖
- PHP >= 8.1
- Swoole PHP extension >= 5.0,and Disabled
Short Name - OpenSSL PHP extension
- JSON PHP extension
- PDO PHP extension
- Redis PHP extension
安装
- composer 创建项目
composer create-project zhlhuang/hcms
- 配置 .env 数据库和Redis
APP_NAME=hcms
APP_ENV=dev
SCAN_CACHEABLE=false
DB_DRIVER=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=hcms
DB_USERNAME=root
DB_PASSWORD=
DB_CHARSET=utf8mb4
DB_COLLATION=utf8mb4_unicode_ci
DB_PREFIX=
REDIS_HOST=localhost
REDIS_AUTH=(null)
REDIS_PORT=6379
REDIS_DB=0
- 执行hcms安装 Admin 模块
php bin/hyperf.php hcms:install admin
启动
composer start
//开发启动
composer watch
访问
访问 http://127.0.0.1:9501/admin/index/index
默认管理的账号是 admin、密码是 123123
建议安装成功后修改管理员密码
安全登录
安装后台管理模块后,建议在
配置管理>站点配置中配置安全登录入口,防止登录页面暴露
文档
https://www.yuque.com/huangzhenlian/hcms
模块扩展
Related Skills
node-connect
342.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
342.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.7kCommit, push, and open a PR
