Update README.md
This commit is contained in:
parent
7b56d4ad1e
commit
0e7a70d40f
13
README.md
13
README.md
|
|
@ -1,5 +1,16 @@
|
|||
## 客户管理系统
|
||||
|
||||
## 安装步骤
|
||||
### 请查看6.0分支,使用laravel 6.0 LTS版本
|
||||
- git clone -b 4.0 https://github.com/github-muzilong/freeswitch-gui.git
|
||||
- 复制.env.example为.env
|
||||
- 配置.env里的数据库连接信息
|
||||
- composer install
|
||||
- php artisan key:generate
|
||||
- php artisan migrate
|
||||
- php artisan db:seed
|
||||
- 登录后台:http://127.0.0.1 帐号:root 密码:123456
|
||||
|
||||
## 客户管理系统
|
||||
包含以下功能,后台用户角色权限管理,呼叫系统,CRM客户管理,订单跟进,财务审核功能
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue