gdoo/README.md

20 lines
829 B
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.

# 良讯办公系统 - 免费开源
### 项目介绍
良讯办公是给企业定制开发的基于laravel 8.x框架开发。因为是企业定制的原因目前很多模块还需要完善。
##### 演示地址: http://demo.gdoo.net 帐号:<code>admin</code>, 密码:<code>123456</code>
##### 交流QQ群: 79446405
### 软件架构
基于PHP框架Laravel 8.x + MySQL 8.x
### 安装教程
1. 上传压缩包到目录这里推荐使用宝塔面板安装php-8.x、mysql-8.x、redis、nginx
2. 然后使用<code>composer install --no-dev</code>安装依赖
3. 如果要修改前端文件请执行<code>yarn install</code>安装依赖
4. 最后导入<code>database/gdoo-2.2.sql</code>
5. 然后执行<code>php artisan key:generate</code>
6. 修改.env相关配置
### 使用说明
1. 等待添加