Files
account/README.md
2026-01-18 09:52:48 +08:00

57 lines
1.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### Laradmin
Laradmin是一个基于Laravel + Vue 开发的后台管理系统,基础功能包括:用户管理、角色管理、菜单管理、部门管理、日志管理、字典管理、参数管理、定时任务、城市管理、客户端管理、图片上传、富文本编辑器
### 演示地址
http://www.sentcms.com
账号admin
密码admin888
(请勿修改密码,数据定期清理)
### 运行环境
1. PHP >= 7.2.0
2. MySQL >= 5.7.0
3. Redis >= 4.0.0
4. Laravel >= 11.0.0
5. Vue >= 3.0.0
6. Node >= 16.0.0
7. Vite >= 4.0.0
### 服务器端安装
1. 运行composer install
2. 运行composer install-project
3. 运行php artisan migrate
4. 运行php artisan module:seed
5. 运行php artisan serve
6. 访问http://localhost:8000
### 前端安装
1. cd resources/admin
2. yarn install
3. yarn run serve
4. 访问http://localhost:8080
### 线上部署
1. 运行composer install
2. 运行composer install-project
3. 运行php artisan migrate
4. 运行php artisan module:seed
5. 运行cd resources/admin && yarn install && yarn run build
6. 访问http://域名/admin
### 功能
- [x] 用户管理 后台用户管理
- [x] 部门管理 配置公司的部门结构,支持树形结构
- [x] 菜单管理 配置系统菜单,按钮等等
- [x] 角色管理 配置用户担当的角色,分配权限
- [x] 配置管理 参数的管理
- [x] 字典管理 字典数据管理
- [x] 城市数据 城市数据管理
- [x] 客户端管理 客户端管理
- [x] 定时任务 定时任务管理
- [x] 操作日志 后台用户操作记录
- [x] 图片上传 图片上传管理
- [x] 富文本编辑器 富文本编辑器管理
- [ ] 应用管理 应用管理