# b5YiiCmf **Repository Path**: itknight/b5-yii-cmf ## Basic Information - **Project Name**: b5YiiCmf - **Description**: 仿java框架若依实现的Yii2+bootstrap3后台管理CMF - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 27 - **Created**: 2023-02-19 - **Last Updated**: 2023-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README B5YiiCMF ========= ### 介绍 基于 Yii2 + bootstrap 3,构架的通用后台开发框架,简洁、易读、方便系统扩展及二次开发。 系统完全开源,数据库文件在根目录下,超管默认为:admin,123456。 ### 系统演示 地址:http://b5yiicmf.b5net.com 账号:ceshi 密码:123456 ### 下载地址: gitee: https://gitee.com/b5net/b5-yii-cmf github: https://github.com/qin795217119/b5yiicmf 前端采用java的若依框架前端并进行了一定的修改,使用文档可参考 http://doc.ruoyi.vip/ruoyi/document/qdsc.html ### 内置功能 1. 人员管理:人员是系统操作者,该功能主要完成系统用户配置。 2. 组织架构:配置系统组织机构(公司、部门、小组),树结构展现支持。 3. 菜单管理:配置系统菜单,操作权限,按钮权限标识等。 4. 角色管理:角色菜单权限分配、数据权限分配。 5. 登录日志:登录后台记录信息。 6. 参数配置:多种类型的参数配置。 7. 通知公告:系统通知公告信息发布维护。 8. 表单构建:快速构建form表单html代码 9. 代码生成:一键生成基于表的控制器、模型以及html页面 ### 使用说明 1. 环境推荐使用 PHP 7.4 + Mysql 5.7/8 +Nginx,系统搭建参考官方文档 2. 基于 Yii2 高级版 + bootstrap 3构架,。 3. 系统采用多模块方式,过滤器进行登录和权限判断; 4. 封装了文件上传、图片上传等标签、快速实现上传 5. 实现了一键导出excel功能;表单导出(参考人员管理)、全部数据导出(参考参数管理) ### 界面截图 ![Image text](https://gitee.com/b5net/img-folder/raw/master/user.png) ![Image text](https://gitee.com/b5net/img-folder/raw/master/menu.png) ![Image text](https://gitee.com/b5net/img-folder/raw/master/struct.png) ![Image text](https://gitee.com/b5net/img-folder/raw/master/config.png) ![Image text](https://gitee.com/b5net/img-folder/raw/master/role_menu.png) ![Image text](https://gitee.com/b5net/img-folder/raw/master/role_datascope.png) ![Image text](https://gitee.com/b5net/img-folder/raw/master/build.png)