42 Star 295 Fork 102

牧羊人/RXThinkCMF_ThinkPhp6_Layui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
牧羊人 更新 acdba83 2个月前
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
2个月前
2个月前
2个月前
3年前
2个月前
2个月前
Loading...
README
Apache-2.0

📚 项目介绍

一款 PHP 语言基于 ThinkPhp6.x、Layui、MySQL等框架精心打造的一款模块化、插件化、高性能的前后端分离架构敏捷开发框架,可用于快速搭建前后端分离后台管理系统,本着简化开发、提升开发效率的初衷,框架自研了一套个性化的组件,实现了可插拔的组件式开发方式:单图上传、多图上传、下拉选择、开关按钮、单选按钮、多选按钮、图片裁剪等等一系列个性化、轻量级的组件,是一款真正意义上实现组件化开发的敏捷开发框架,框架已集成了完整的RBAC权限架构和常规基础模块,同时支持多主题切换,可以根据自己喜欢的风格选择想一个的主题,实现了个性化呈现的需求;

为了敏捷快速开发,提升研发效率,框架内置了一键CRUD代码生成器,自定义了模块生成模板,可以根据已建好的表结构(字段注释需规范)快速的一键生成整个模块的所有代码和增删改查等等功能业务,真正实现了低代码开发,极大的节省了人力成本的同时提高了开发效率,缩短了研发周期,是一款真正意义上实现组件化、低代码敏捷开发框架。

🍻 环境要求:

  • PHP >= 7.1(推荐:7.3)
  • PDO PHP Extension
  • MBstring PHP Extension
  • CURL PHP Extension
  • 开启静态重写
  • 要求环境支持pathinfo

🍪 内置模块

  • 用户管理:用于维护管理系统的用户,常规信息的维护与账号设置。
  • 角色管理:角色菜单管理与权限分配、设置角色所拥有的菜单权限。
  • 菜单管理:配置系统菜单,操作权限,按钮权限标识等。
  • 职级管理:主要管理用户担任的职级。
  • 岗位管理:主要管理用户担任的岗位。
  • 部门管理:主要管理系统组织架构,对组织架构进行统一管理维护。
  • 操作日志:系统正常操作日志记录和查询;系统异常信息日志记录和查询。
  • 登录日志:系统登录日志记录查询包含登录异常。
  • 字典管理:对系统中常用的较为固定的数据进行统一维护。
  • 配置管理:对系统的常规配置信息进行维护,网站配置管理功能进行统一维护。
  • 城市管理:统一对全国行政区划进行维护,对其他模块提供行政区划数据支撑。
  • 友链管理:对系统友情链接、合作伙伴等相关外链进行集成维护管理的模块。
  • 个人中心:主要是对当前登录用户的个人信息进行便捷修改的功能。
  • 广告管理:主要对各终端的广告数据进行管理维护。
  • 站点栏目:主要对大型系统网站等栏目进行划分和维护的模块。
  • 会员管理:对各终端注册的会员进行统一的查询与管理的模块。
  • 网站配置:对配置管理模块的数据源动态解析与统一维护管理的模块。
  • 通知公告:系统通知公告信息发布维护。
  • 代码生成:一键生成模块CRUD的功能,包括后端和前端等相关代码。
  • 案例演示:常规代码生成器一键生成后的演示案例。

👷 软件信息

🎨 系统演示

账号 密码 操作权限
admin 123456 演示环境无法进行修改删除操作

📌 版本说明

版本名称 版本说明 版本地址
ThinkPhp3.2+Layui混编版 采用ThinkPhp3.2、Layui、MySQL等框架研发的混编专业版本 https://gitee.com/rxthinkcmf/RXThinkCMF_ThinkPhp3.2_Layui
ThinkPhp5.1+Layui混编版 采用ThinkPhp5.1、Layui、MySQL等框架研发的混编专业版本 https://gitee.com/rxthinkcmf/RXThinkCMF_ThinkPhp5.1_Layui
ThinkPhp6.x+Layui混编版 采用ThinkPhp6、Layui、MySQL等框架研发的混编专业版本 https://gitee.com/rxthinkcmf/RXThinkCMF_ThinkPhp6_Layui
ThinkPhp8.x+Layui混编版 采用ThinkPhp8、Layui、MySQL等框架研发的混编专业版本 https://gitee.com/rxthinkcmf/RXThinkCMF_ThinkPhp8_Layui
Laravel8.x+Layui混编版 采用Laravel8、Layui、MySQL等框架研发的混编专业版本 https://gitee.com/rxthinkcmf/RXThinkCMF_laravel8_Layui
Laravel9.x+Layui混编版 采用Laravel9、Layui、MySQL等框架研发的混编专业版本 https://gitee.com/rxthinkcmf/RXThinkCMF_Laravel9_Layui
Laravel10.x+Layui混编版 采用Laravel10、Layui、MySQL等框架研发的混编专业版本 https://gitee.com/rxthinkcmf/RXThinkCMF_Laravel10_Layui
ThinkPhp3.2+EleVue前后端分离版 采用ThinkPhp3.2、Vue2.x、ElementUI等框架研发前后端分离版本 https://gitee.com/rxthinkcmf/RXThinkCMF_ThinkPhp3.2_EleVue
ThinkPhp3.2+AntdVue前后端分离版 采用ThinkPhp3.2、Vue3.x、AntDesign等框架研发前后端分离版本 https://gitee.com/rxthinkcmf/RXThinkCMF_ThinkPhp3.2_AntdVue
ThinkPhp5.1+EleVue前后端分离版 采用ThinkPhp5.1、Vue2.x、ElementUI等框架研发前后端分离版本 https://gitee.com/rxthinkcmf/RXThinkCMF_ThinkPhp5.1_EleVue
ThinkPhp5.1+AntdVue前后端分离版 采用ThinkPhp5.1、Vue2.x、AntDesign等框架研发前后端分离版本 https://gitee.com/rxthinkcmf/RXThinkCMF_ThinkPhp5.1_AntdVue
ThinkPhp6.x+EleVue前后端分离版 采用ThinkPhp6、Vue2.x、ElementUI等框架研发前后端分离版本 https://gitee.com/rxthinkcmf/RXThinkCMF_ThinkPhp6_EleVue
ThinkPhp6.x+AntdVue前后端分离版 采用ThinkPhp6、Vue3.x、AntDesign等框架研发前后端分离版本 https://gitee.com/rxthinkcmf/RXThinkCMF_ThinkPhp6_AntdVue
ThinkPhp8.x+EleVue前后端分离版 采用ThinkPhp8、Vue2.x、ElementUI等框架研发前后端分离版本 https://gitee.com/rxthinkcmf/RXThinkCMF_ThinkPhp8_EleVue
ThinkPhp8.x+AntdVue前后端分离版 采用ThinkPhp8、Vue3.x、AntDesign等框架研发前后端分离版本 https://gitee.com/rxthinkcmf/RXThinkCMF_ThinkPhp8_AntdVue
Laravel8.x+EleVue前后端分离版 采用Laravel8、Vue2.x、ElementUI等框架研发前后端分离版本 https://gitee.com/rxthinkcmf/RXThinkCMF_Laravel8_EleVue
Laravel8.x+AntdVue前后端分离版 采用Laravel8、Vue3.x、AntDesign等框架研发前后端分离版本 https://gitee.com/rxthinkcmf/RXThinkCMF_Laravel8_AntdVue
Laravel9.x+EleVue前后端分离版 采用Laravel9、Vue2.x、ElementUI等框架研发前后端分离版本 https://gitee.com/rxthinkcmf/RXThinkCMF_Laravel9_EleVue
Laravel9.x+AntdVue前后端分离版 采用Laravel9、Vue3.x、AntDesign等框架研发前后端分离版本 https://gitee.com/rxthinkcmf/RXThinkCMF_Laravel9_AntdVue
Laravel10.x+EleVue前后端分离版 采用Laravel10、Vue2.x、ElementUI等框架研发前后端分离版本 https://gitee.com/rxthinkcmf/RXThinkCMF_Laravel10_EleVue
Laravel10.x+AntdVue前后端分离版 采用Laravel10、Vue3.x、AntDesign等框架研发前后端分离版本 https://gitee.com/rxthinkcmf/RXThinkCMF_Laravel10_AntdVue

🍪 项目结构

RXThinkCMF_ThinkPhp6_Layui    
├── app                                   // 应用目录
|  └── admin                              // 后台管理层
│       └── command                       // 命名
│       └── config                        // 后端配置
│       └── controller                    // 控制器层
│       └── event                         // 事件
│       └── lang                          // 语言包
│       └── model                         // 模型层
│       └── route                         // 路由
│       └── service                       // 服务层
│       └── validate                      // 数据验证
│       └── view                          // 业务表单
│       └── widget                        // 后端组件
|  └── api                                // 接口层
|  └── common                             // 系统公共层
│       └── controller                    // 控制器层
│       └── lang                          // 语言包
│       └── middleware                    // 中间件
│       └── model                         // 模型层
│       └── service                       // 服务层
|  └── index                              // 前端PC站
|  └── m                                  // WAP站
|  └── script                             // 业务脚本
│  │
│  ├─BaseController.php                   // 默认基础控制器类
│  ├─ExceptionHandle.php                  // 应用异常定义文件
│  ├─common.php                           // 全局公共函数文件
│  ├─middleware.php                       // 全局中间件定义文件
│  ├─provider.php                         // 服务提供定义文件
│  ├─Request.php                          // 应用请求对象
│  └─event.php                            // 全局事件定义文件
├──config                                 // 配置目录
│  ├─app.php                              // 应用配置
│  ├─cache.php                            // 缓存配置
│  ├─console.php                          // 控制台配置
│  ├─cookie.php                           // Cookie配置
│  ├─database.php                         // 数据库配置
│  ├─filesystem.php                       // 文件磁盘配置
│  ├─lang.php                             // 多语言配置
│  ├─log.php                              // 日志配置
│  ├─middleware.php                       // 中间件配置
│  ├─route.php                            // URL和路由配置
│  ├─session.php                          // Session配置
│  ├─trace.php                            // Trace配置
│  └─view.php                             // 视图配置
├── extend                                // 系统扩展层
├── public                                // 资源文件
├── route                                 // 路由
├── runtime                               // 临时文件目录
├── vendor                                // 第三方依赖库

📚 核心组件

  • 单图上传组件
{upload:image name="avatar|头像|90x90|建议上传尺寸450x450" value="isset($info['avatar_url']) ? $info['avatar_url'] : ''"}
  • 多图上传组件
{upload:album name="imgs|图集|90x90|20|建议上传尺寸450x450" value="isset($info['imgsList']) ? $info['imgsList'] : []"}
  • 下拉选择组件
{common:select param="gender|1|性别|name|id" data="$genderList" value="isset($info['gender']) ? $info['gender'] : 1"}
  • 单选按钮组件
{common:radio name="city_id|name|id" data="$cityList" value="isset($info['value']) ? $info['value'] : 0"}
  • 复选框组件
{checkbox:select param="type|name|id" data="1=云计算,2=数据库,3=大数据" value="isset($vo['type']) ? $vo['type'] : ''"}
  • 城市选择组件
{city:select value="isset($info['province_name'])?$info['province_name']: '',isset($info['city_name'])?$info['city_name']:'',isset($info['district_name'])?$info['district_name']:''" limit="3"}
  • 开关组件
{common:switch name="status" title="是|否" value="isset($info['status']) ? $info['status'] : 1"}
  • 日期组件
{date:select param="entry_date|入职时间|date" value="$info.format_entry_date|default=''"}
  • 图标组件
{icon:picker name="icon" value="isset($info['icon']) ? $info['icon'] : 'layui-icon-component'"}
  • 穿梭组件
{transfer:select param="func|0|全部节点,已赋予节点|name|id|220x350" data="1=列表,5=添加,10=修改,15=删除,20=详情,25=状态,30=批量删除,35=添加子级,40=全部展开,45=全部折叠,50=导入数据,55=导出数据,60=设置权限,65=重置密码" value="isset($info['funcList'])?$info['funcList']:[]"}

🔧 模块展示

效果图

效果图

效果图

效果图

效果图

效果图

效果图

效果图

效果图

效果图

效果图

效果图

效果图

效果图

效果图

效果图

效果图

效果图

效果图

效果图

效果图

效果图

效果图

效果图

效果图

效果图

✨ 特别鸣谢

感谢ThinkPHPLayui等优秀开源项目。

📚 版权信息

软件版权和最终解释权归RXThinkCMF研发团队所有,商业版使用需授权,未授权禁止恶意传播和用于商业用途,否则将追究相关人的法律责任。

本软件框架禁止任何单位和个人用于任何违法、侵害他人合法利益等恶意的行为,禁止用于任何违反我国法律法规的一切平台研发,任何单位和个人使用本软件框架用于产品研发而产生的任何意外、疏忽、合约毁坏、诽谤、版权或知识产权侵犯及其造成的损失 (包括但不限于直接、间接、附带或衍生的损失等),本团队不承担任何法律责任。本软件框架只能用于公司和个人内部的法律所允许的合法合规的软件产品研发,详细声明内容请阅读《框架免责声明》附件;

本项目包含的第三方源码和二进制文件之版权信息另行标注。

版权所有Copyright © 2018~2025 rxthink.cn All rights reserved。

更多细节参阅 LICENSE

Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

简介

一款 PHP 语言基于 ThinkPhp6.x、Layui、MySQL等框架精心打造的一款模块化、插件化、高性能的前后端分离架构敏捷开发框架,可用于快速搭建前后端分离后台管理系统,本着简化开发、提升开发效率的初衷,框架自研了一套个性化的组件,实现了可插拔的组件式开发方式:单图上传、多图上传、下拉选择、开关按钮、单选按钮、多选按钮、图片裁剪等等一系列个性化、轻量级的组件。 展开 收起
PHP 等 4 种语言
Apache-2.0
取消

发行版 (10)

全部
2个月前

贡献者 (1)

全部

近期动态

2个月前推送了新的 v4.9.0 标签
2个月前推送了新的提交到 master 分支,f533b99...acdba83
7个月前推送了新的提交到 master 分支,9f6656b...f533b99
7个月前推送了新的 v4.8.0 标签
7个月前推送了新的提交到 master 分支,4fedda2...9f6656b
加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/rxthinkcmf/RXThinkCMF_ThinkPhp6_Layui.git
git@gitee.com:rxthinkcmf/RXThinkCMF_ThinkPhp6_Layui.git
rxthinkcmf
RXThinkCMF_ThinkPhp6_Layui
RXThinkCMF_ThinkPhp6_Layui
master

搜索帮助