# element-plus的后端 **Repository Path**: dcat_admin/element-plus-api ## Basic Information - **Project Name**: element-plus的后端 - **Description**: element-plus的后端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2025-08-27 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

### 安装 完成配置`web`服务,**注意需要把`web`目录指向`public`目录**!如果用的是`nginx`,还需要在配置中加上伪静态配置 ```dotenv location / { try_files $uri $uri/ /index.php?$query_string; } ``` ### 设置目录权限(这一步至关重要,很多问题是由目录文件权限引起的) ```dotenv cd /path/to/laravel-project # 设置目录权限 chmod -R 775 storage/ chmod -R 775 bootstrap/cache/ chmod -R 775 lang/ chmod -R 755 public/ # 设置文件所有者(假设运行用户为nginx或apache) chown -R nginx:nginx . # 如果使用Nginx # 或 chown -R apache:apache . # 如果使用Apache ``` ### 启动服务后,在浏览器打开 `http://localhost/index.php`,就会进入系统安装页面,按照提示进行安装。安装完成后,进入系统首页 `http://localhost/admin`,登录账号密码为 `admin/admin` ## 安装截屏


Dcat-plus Admin是一个基于 `Dcat Admin `二次开发而成的后台系统构建工具,只需很少的代码即可快速构建出一个功能完善的高颜值后台系统。内置丰富的后台常用组件,开箱即用,让开发者告别冗杂的HTML代码,对后端开发者非常友好。

- [官方网站](https://www.dcat-admin.com) - [中文文档](https://www.dcat-admin.com/books/dcatplus-admin/#/) - [github](https://github.com/ycookies/dcat-plus-admin) - [Demo/在线演示](https://jikeadmin.saishiyun.net/admin) - [示例源码](https://github.com/ycookies/dcatplus-demo) - [技术社区](https://forum.saishiyun.net/t/dcat-admin) ### 功能特性 - [x] 简洁优雅、灵活可扩展的API - [x] 用户管理 - [x] RBAC权限管理,支持无限极权限节点 - [x] 菜单管理 - [x] 使用pjax构建无刷新页面,支持**按需加载**静态资源,可以无限扩展组件而不影响整体性能 - [x] 松耦合的页面构建与数据操作设计,可轻松切换数据源 - [x] 自定义页面 - [x] 自定义主题配色 - [x] 多主题切换功能,内置多种主题色 - [x] 可轻松构建无菜单栏的独立页面(如可用于构建弹窗选择器等功能) - [x] 插件功能 - [x] 可视化代码生成器,可根据数据表一键生成增删改查页面 - [x] 数据表格构建工具,内置丰富的表格常用功能(如组合表头、数据导出、搜索、快捷创建、批量操作等) - [x] 树状表格功能构建工具,支持分页和点击加载 - [x] 数据表单构建工具,内置丰富的表单类型,支持表单异步提交 - [x] 分步表单构建工具 - [x] 弹窗表单构建工具 - [x] 数据详情页构建工具 - [x] 无限层级树状页面构建工具,支持用拖拽的方式实现数据的层级、排序等操作 - [x] 内置丰富的常用页面组件(如图表、数据统计卡片、下拉菜单、Tab卡片、提示工具等) - [x] `Section`功能(类似`Wordpress`的`Filter`和`blade`模板的`section`标签) - [x] 异步文件上传表单,支持分块多线程上传 - [x] 多应用 - [ ] 插件市场,只需在管理页面轻轻点击鼠标即可完成插件的安装、更新和卸载等操作 ### 环境 - PHP >= 8.2.0 - Laravel 12.* - Fileinfo PHP Extension ### 推荐环境组合 `PHP 8.2`,`Laravel 12` ### 扩展 | 扩展 | 描述 | dcat-admin 版本 | | ------------------------------------------------ | ---------------------------------------- |---------------------------------------- | | [mosiboom/dcat-iframe-tab](https://github.com/mosiboom/dcat-iframe-tab) | IFRAME TAB标签切换 | 2.x | | [super-eggs/dcat-distpicker](https://github.com/super-eggs/dcat-distpicker) | 省市区联动 | 2.x | | [ueditor](https://github.com/jqhph/dcat-admin-ueditor) | 百度在线编辑器 | 1.x | | [grid-sortable](https://github.com/jqhph/dcat-admin-grid-sortable) | 表格拖曳排序工具 | 1.x | ### 鸣谢 `Dcat-plus Admin` 基于以下组件: + [Laravel](https://laravel.com/) + [Laravel Admin](https://www.laravel-admin.org/) + [AdminLTE3](https://github.com/ColorlibHQ/AdminLTE) + [bootstrap4](https://getbootstrap.com/) + [jQuery3](https://jquery.com/) + [Eonasdan Datetimepicker](https://github.com/Eonasdan/bootstrap-datetimepicker/) + [font-awesome](http://fontawesome.io) + [jquery-form](https://github.com/jquery-form/form) + [moment](http://momentjs.com/) + [webuploader](http://fex.baidu.com/webuploader/) + [jquery-pjax](https://github.com/defunkt/jquery-pjax) + [Nestable](http://dbushell.github.io/Nestable/) + [toastr](http://codeseven.github.io/toastr/) + [editor-md](https://github.com/pandao/editor.md) + [fontawesome-iconpicker](https://github.com/itsjavi/fontawesome-iconpicker) + [layer弹出层](http://layer.layui.com/) + [char.js](https://www.chartjs.org) + [nprogress](https://ricostacruz.com/nprogress/) + [bootstrap-validator](https://github.com/1000hz/bootstrap-validator) + [Google map](https://www.google.com/maps) + [Tencent map](http://lbs.qq.com/) ### Contributors #### Code Contributors This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)]. ### Financial Contributors Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/dcat-admin/contribute)] #### Individuals #### Organizations Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/dcat-admin/contribute)] ### License ------------ `dcat-admin` is licensed under [The MIT License (MIT)](LICENSE).