# tp-admin **Repository Path**: weishiyun/tp-admin ## Basic Information - **Project Name**: tp-admin - **Description**: TpScui管理系统,运行环境推荐PHP8.1,基于thinkphp8.x前后端分离架构,为了便于扩展,只提供基础管理功能模块,开箱即用 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 41 - **Forks**: 11 - **Created**: 2022-10-14 - **Last Updated**: 2025-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: PHP, tp-admin ## README TpScui管理系统 =============== > 运行环境推荐PHP8.1+,基于thinkphp8.x前后端分离架构,开箱即用 > 前端仓库: https://gitee.com/weishiyun/tp-scui.git ## 简介 * 后端采用 thinkphp8 + mysql8 + redis 技术 * 完善的权限认证:菜单、按钮、api、登录授权 * 日志:登录日志、操作日志、系统日志 * thinkphp8.x 使用手册(https://doc.thinkphp.cn/v8_0/preface.html) * SCUI Admin 使用手册 (https://lolicode.gitee.io/scui-doc/) * 基于redis消息队列,启动队列:php think queue:listen --queue=owns_tp_queue * 基于workerman定时任务( * * * * * ),启动定时任务:php think worker:server ## 运行项目 ``` sh # 克隆项目 git clone https://gitee.com/weishiyun/tp-admin.git # 创建数据库并把tpscui-databases.sql导入数据库中 # 进入项目目录 cd tp-admin # 安装依赖 composer update # 启动项目(开发模式) php think run ``` 启动完成后浏览器访问 http://localhost:8000 ## 特别鸣谢 * 感谢 [thinkphp] (http://thinkphp.cn) * 感谢 [SCUI Admin] (https://gitee.com/lolicode/scui) ## 版权说明 * 代码可用于个人项目等接私活或企业项目, 免费开源 * 不允许二次开源收费 ## 支持作者 如果对你有帮助,请点个Star,这将是对我最大的支持