Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duxphp/duxravel
Duxravel 是基于 Laravel 框架和Arco Design Vue 开发的后台管理开发框架
https://github.com/duxphp/duxravel
arco-design laravel php vite vue
Last synced: 4 days ago
JSON representation
Duxravel 是基于 Laravel 框架和Arco Design Vue 开发的后台管理开发框架
- Host: GitHub
- URL: https://github.com/duxphp/duxravel
- Owner: duxphp
- License: mit
- Archived: true
- Created: 2021-12-21T08:37:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-13T08:23:27.000Z (about 2 years ago)
- Last Synced: 2024-03-14T19:54:04.733Z (8 months ago)
- Topics: arco-design, laravel, php, vite, vue
- Language: PHP
- Homepage: https://www.duxravel.com
- Size: 1.1 MB
- Stars: 72
- Watchers: 1
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-arco - Duxravel - An admin management development framework based on the Laravel framework and Arco Design Vue. (Boilerplates / Vue)
README
duxravel
是一款基于Laravel框架的开源的中文后台管理系统,拥有更快、更便捷、易开发的定制化管理后台。## 特点
- 📦 开箱即用,将注意力集中在组件开发和文档编写上
- 📋 一体化封装的 UI 组件,让后端开发远离前端的复杂
- 📱 前端实时编译器,无需二次打包帮助即可快速增加前端组件
- 🏷 命令行生成基础开发模块,减少复制粘贴操作
- 🎨 文件化式菜单权限,减少数据化式的操作冗余
- 📡 内部 hook 式低耦开发,即插即用,应用即插件## 环境
- PHP >= 7.4.0
- Mysql >= 5.7.0
- Composer >= 2.0.0
- Laravel >= 8.0.0
- Redis PHP Extension## 安装
```shell
// 创建站点目录
$ mkdir library && cd library// 安装项目
$ composer create-project duxphp/duxravel// 启动web服务访问安装向导
http://localhost
```## 维护者
[@duxphp](https://github.com/duxphp)
[@ShaoGongBra](https://github.com/ShaoGongBra)
## 使用许可
[MIT](LICENSE) © Richard Littauer