https://github.com/veitool/veitoolwebman
Veitool 后台框架系统,基于Workerman5.x + Webman2.x + Think-orm4.x + Layui2.9.x架构,拥有完善的菜单、角色、权限管理机制,集成了常用的管理构建模块,用户可快速便捷的在此基础上进行二次开发、配置、扩展功能,以及可通过安装插件快捷实现系统功能。
https://github.com/veitool/veitoolwebman
layui php8 think-orm veitool webman workerman
Last synced: 6 months ago
JSON representation
Veitool 后台框架系统,基于Workerman5.x + Webman2.x + Think-orm4.x + Layui2.9.x架构,拥有完善的菜单、角色、权限管理机制,集成了常用的管理构建模块,用户可快速便捷的在此基础上进行二次开发、配置、扩展功能,以及可通过安装插件快捷实现系统功能。
- Host: GitHub
- URL: https://github.com/veitool/veitoolwebman
- Owner: veitool
- License: apache-2.0
- Created: 2025-02-14T10:47:14.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-04-08T06:50:24.000Z (6 months ago)
- Last Synced: 2025-04-08T07:38:41.214Z (6 months ago)
- Topics: layui, php8, think-orm, veitool, webman, workerman
- Language: PHP
- Homepage: https://www.veitool.com
- Size: 12.5 MB
- Stars: 13
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support/Request.php
Awesome Lists containing this project
README

VeitoolWebman V2.2.3 正式版
===============
Veitool 是一款PHP开发的框架系统,基于Workerman5.x + Webman2.x + Think-orm4.x + Layui2.9.x架构,拥有完善的菜单、角色、权限管理机制,集成了常用的管理构建模块,用户可快速便捷的在此基础上进行二次开发、配置、扩展功能,以及可通过安装插件快捷实现系统功能。## 运行安装
下载好项目文件后,在项目目录下执行:
``` bash
# windows 操作系统下
php windows.php# linux 操作系统下
php start.php start
# 守护进程方式运行
php start.php start -d
```
运行成功后,输入你的网址+端口访问即可,如:http://127.0.0.1:8787 第一次运行系统会自动跳到安装页引导进行配置安装。## 官方网址
https://www.veitool.com## 官方社区
https://www.veitool.com/ask## 演示地址
https://webman.veitool.com/admin## 反馈邮箱
veitoolphp@gmail.com## 系统要求
运行环境支持Nginx(反向代理) + CLI,要求PHP>=8.2。## 系统特点
#### 安全高效
严谨的验证安全机制,秉承高效的设计理念,我们采用了尽可能代码复用的设计,异步防重载局部解析运行,以及视图模板解析尽量终端处理以提高请求呈现高效稳定。跨平台可运行在Linux、Windows、MacOSX等多种平台上。#### 应用灵活
模块化设计,我们尽可能的实现代码逻辑最优化处理,降低冗余代码注重细节以求更完美的结合。完善的菜单、角色、权限管理机制,服务端程序逻辑清晰、低冗余、模块化设计,应用构建灵活,界面简约美观,前后端均无需编译低运维成本,利于全栈开发。#### 快捷构建
内置常用基础应用模块,方便初步接触者参考快速入手,在线窗口化快速生成相关模块以及配置相关参数、亦可安装拖拽插件实现可视化布局。丰富的在线插件安装满足多方应用需求。组件化接口便于二次开发,迭代分享更快捷、丰富。#### 请作者喝咖啡☕️
![]()
![]()
如果您觉得 Veitool 框架对您有所帮助,欢迎捐赠。【捐赠列表】
## 版权信息
Veitool 采用 [Apache2.0](https://opensource.org/license/apache-2-0/) 开源协议发布,并免费提供使用《[免责声明](https://gitee.com/veitool/veitoolwebman/blob/master/DISCLAIMER.md)》。版权所有Copyright © 2025 by https://www.veitool.com All rights reserved。