# hyperf-admin-gallen **Repository Path**: icewind2021/hyperf-admin-gallen ## Basic Information - **Project Name**: hyperf-admin-gallen - **Description**: hyperf-admin-gallen hyperf框架+layui前端框架+开箱即用+后端可二次开发 项目应用 - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: http://www.gallen.top - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2022-06-24 - **Last Updated**: 2022-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 介绍 hyperf+layui+think-view后台 不需要懂vue即可快速使用hyperf开发项目 利用空闲时间,根据工作中的经验,开发了一个实现权限管理的后台,欢迎大家指正(Issues,论坛) # 要求 - PHP >= 7.2 - Swoole PHP extension >= 4.4,and Disabled `Short Name` - OpenSSL PHP extension - JSON PHP extension - PDO PHP extension (If you need to use MySQL Client) - Redis PHP extension (If you need to use Redis Client) - Protobuf PHP extension (If you need to use gRPC Server of Client) # 安装步骤 ````` 1,拉取代码 git clone https://gitee.com/xshange/hyperf-admin-gallen.git 2,导入数据库 文件gallen.sql 3,修改 .env.example 改为 .env 参数修改成自己的 4,composer update 或者 composer install 5,php watch -c 启动程序 ````` ```````` 6,配置域名 hyadmin.cn 访问 修改host文件 或者127.0.0.1:9501访问项目 server { root /www/wwwroot/hyperf-admin-gallen/; server_name hyadmin.cn; location / { proxy_http_version 1.1; proxy_set_header Connection "keep-alive"; proxy_set_header X-Real-IP $remote_addr; if (!-f $request_filename) { proxy_pass http://hyadmin.cn:9501; } } location /ws { proxy_pass http://hyadmin.cn:9501; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; proxy_set_header X-Real-IP $remote_addr; } } ```````` # 版权 hyperf-admin-gallen遵循Apache2开源协议发布,并提供免费使用。 本项目包含的第三方源码和二进制文件之版权信息另行标注。 版权所有Copyright © 2018-2020 by gallen (http://gallen.top) All rights reserved。 # 鸣谢 感谢Hyperf 感谢Layui 感谢所有支持者。 # hyperf-admin社群 加微信同QQ 758243014 进hyperf-admin-gallen群 # 赞助一杯茶 ![Image text](http://q9efvjlr4.bkt.clouddn.com/weixinpay.png) ![Image text](http://q9efvjlr4.bkt.clouddn.com/zhifubaopay.png)