Coder Social home page Coder Social logo

rocketseat-experts-cluby's Introduction

基本介绍

hyperf-iot基于Hyperf v2.1、VUE+Prime Pro开发的前后分离管理后台,内容管理系统

主要特性

  • 基于Auth验证的权限管理系统
    • 支持无限级父子级权限继承,父级的管理员可任意增删改子级管理员及权限设置
    • 支持单管理员多角色
    • 支持管理子级数据或个人数据
  • 完善的前端功能组件开发
    • 基于Prime Pro二次开发
    • 基于vue开发,自适应手机、平板、PC
    • 基于Less进行样式开发
  • 通用的会员模块和API模块
  • 共用同一账号体系的Web端会员中心权限验证和API接口会员权限验证
  • 整合第三方短信接口(阿里云、腾讯云短信)
  • 无缝整合第三方云存储(七牛云、阿里云OSS)功能,支持云储存分片上传
  • 第三方登录(QQ、微信)整合
  • 第三方支付(微信、支付宝)无缝整合,微信支持PC端扫码支付

部分页面展示

  • 控制台 控制台

  • 商品卡片 输入图片说明

  • 列表 列表

  • 编辑 输入图片说明

  • 系统配置 输入图片说明

环境要求

  • PHP >= 7.2
  • Swoole PHP extension >= 4.5,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)
  • RabbitMQ >=3.8

快速开始

一、拉取代码到你已经安装好以上环境的服务器中

git clone https://gitee.com/bufanyun/hyperf-iot.git && cd hyperf-iot

二、配置你的站点信息

  • 将根目录下的.env.example名称改为.env,并配置相关信息,默认使用了redis和rabbitmq组件,所以不配置将无法正常使用!
  • 服务默认使用的是9609端口,请放行防火墙端口,如需修改为其他端口请到/config/autoload/server.php中修改!

三、更新composer包

composer update

四、 启动服务,执行下面任意一个命令即可,首次启动会自动缓存代理配置,可能需要时间久一些

php bin/hyperf.php serve:watch  #测试调试期间用这个
php bin/hyperf.php start  #线上用这个

五、访问测试

curl http://127.0.0.1:9609
  • 如果能看到:{"code":20000,"msg":"操作成功","data":{"$method":"GET"}}则说明启动成功!

声明

本项目还在持续更新中,暂不公开数据结构,仅供学习参考,遇到问题请联系作者下方微信!

输入图片说明

rocketseat-experts-cluby's People

Contributors

manlilili123x3m2c avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.