All Projects → penghcheng → Hyperf Admin

penghcheng / Hyperf Admin

Hyperf-admin 基于Hyperf、Element-UI 通用管理后台

Projects that are alternatives of or similar to Hyperf Admin

Hyperf Admin
hyperf-admin 是基于 hyperf + vue 的配置化后台开发工具
Stars: ✭ 244 (-8.61%)
Mutual labels:  swoole, admin
Framework
Swoole, PSR-15, PSR-7, PSR-11 lightweight modular anti-framework for REST micro-services.
Stars: ✭ 259 (-3%)
Mutual labels:  swoole
mqtt-admin
MQTT Web Frontend: Publish, Subscribe and see Topic Status in a comfortable UI
Stars: ✭ 115 (-56.93%)
Mutual labels:  admin
generator-smacss
Perfectionist generator that scaffolds out different types of Frontend apps
Stars: ✭ 60 (-77.53%)
Mutual labels:  admin
prophet
用于构建 react 中后台前端应用框架
Stars: ✭ 12 (-95.51%)
Mutual labels:  admin
smithy
Smithy is an admin dashboard written in Go and VueJS. It is designed to support multiple existed architectures and databases
Stars: ✭ 25 (-90.64%)
Mutual labels:  admin
driveshaft
Google Drive → JSON → S3
Stars: ✭ 75 (-71.91%)
Mutual labels:  admin
Ok Admin
一个很赞的,扁平化风格的,响应式布局的通用后台模版解决方案,旨为后端程序员减压!目前ok-admin v2.0代码托管在Gitee,如果您觉得好用,star支持一下,么么哒!Gitee传送门:https://gitee.com/wudibo/ok-admin
Stars: ✭ 263 (-1.5%)
Mutual labels:  admin
Coreui Free Vue Admin Template
Open source admin template based on Bootstrap 5 and Vue 3
Stars: ✭ 2,951 (+1005.24%)
Mutual labels:  admin
sw crontab
基于swoole的定时器程序,支持秒级处理,去中心化架构,可横向扩展
Stars: ✭ 24 (-91.01%)
Mutual labels:  swoole
fanpianAdmin
This is the admin for fanpian project written by react.
Stars: ✭ 27 (-89.89%)
Mutual labels:  admin
magento2-product-grid-category-filter
Add category column and filter in an efficient way to the product grid in the Magento 2 admin.
Stars: ✭ 22 (-91.76%)
Mutual labels:  admin
lightence-admin
Free and easy-to-use admin template based on React 17+
Stars: ✭ 337 (+26.22%)
Mutual labels:  admin
django-leaflet-admin-list
The Django Leaflet Admin List package provides an admin list view featured by the map and bounding box filter for the geo-based data of the GeoDjango.
Stars: ✭ 28 (-89.51%)
Mutual labels:  admin
Swoole Wiki
📖Swoole全量Markdown文档, Swoole-Doc, Swoole-Wiki
Stars: ✭ 261 (-2.25%)
Mutual labels:  swoole
docker-laravel-appengine
Laravel dockerized with official Google App Engine flexible php environment + swoole.
Stars: ✭ 66 (-75.28%)
Mutual labels:  swoole
plain-free-bootstrap-admin-template
Free Bootstrap 5 Admin and Dashboard Template that comes with all essential dashboard components, elements, charts, graph and application pages. Download now for free and use with personal or commercial projects.
Stars: ✭ 141 (-47.19%)
Mutual labels:  admin
swoole api framework 2
swoole
Stars: ✭ 20 (-92.51%)
Mutual labels:  swoole
Modular Admin Html
ModularAdmin - Free Dashboard Theme Built On Bootstrap 4 | HTML Version
Stars: ✭ 2,875 (+976.78%)
Mutual labels:  admin
Postgui
A React web application to query and share any PostgreSQL database.
Stars: ✭ 260 (-2.62%)
Mutual labels:  admin

介绍

Hyperf-Admin 基于Hyperf v1.1 开发的前后分离管理后台

演示地址:http://mrw.so/4I6mCR (账号密码:admin/admin)

QQ 交流群:235816687

热加载开发

运行根目录下的 zls-watch,一个技术朋友分享的,go写的一个插件,可以直接运行,其他命令可以查看 ./zls-watch -H

chmod +x ./zls-watch
./zls-watch

安装步骤

docker run -v /docker/www/hyperf-api:/hyperf-skeleton -p 8080:9501 -it --entrypoint /bin/bash hyperf/hyperf:7.2-alpine-cli-4.4.7

  • -v /docker/www/hyperf-api:/hyperf-skeleton

    /docker/www/hyperf-api:宿主机目录 , /hyperf-skeleton:docker目录

  • -p 8080:9501

    8080:本地端口 , 9501:docker下Hyperf配置文件servers的端口

功能介绍

  • 管理员管理
  • 角色管理
  • 菜单管理
  • 参数管理
  • OSS管理
  • 日志管理

输入图片说明 输入图片说明

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].