catchAdmin/README.md

57 lines
1.9 KiB
Markdown
Raw Normal View History

2019-12-03 08:15:31 +08:00
## CatchAdmin
2020-02-20 15:45:29 +08:00
- 该项目采用`前后端分离`,所以 PHP 作为 API 开发vue 作为后台开发
- 两个项目是分开的,单独部署。
2019-12-22 09:37:52 +08:00
## 这是 vue 分支 开发中
2020-01-07 21:50:12 +08:00
- [vue 项目地址](https://github.com/yanwenwu/catch-admin-vue)
2020-01-06 17:10:34 +08:00
2020-01-09 22:24:06 +08:00
## 项目地址
- [github地址](https://github.com/yanwenwu/catch-admin)
- [gitee地址](https://gitee.com/jaguarjack/catchAdmin)
2019-12-03 08:15:31 +08:00
### 环境要求
- php7.1+ (需以下扩展)
- mbstring
- json
- openssl
- xml
- pdo
- nginx
- mysql
### install
2020-02-13 11:55:58 +08:00
- curl -sS https://install.phpcomposer.com/installer | php
2019-12-17 13:57:03 +08:00
- composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/
2020-02-02 18:11:27 +08:00
- composer install
2019-12-14 15:57:55 +08:00
- php think catch:install
2019-12-03 08:15:31 +08:00
2019-12-14 18:29:08 +08:00
## 体验地址
2020-01-17 17:56:54 +08:00
[体验地址](http://vue.catchadmin.com)
2019-12-14 18:29:08 +08:00
- 账号: test@catch.com
2020-01-06 17:10:34 +08:00
- 密码: 123456
2020-01-19 15:49:19 +08:00
[catchadmin 文档地址](http://doc.catchadmin.com)
[catchadmin 接口文档地址](http://apidoc.catchadmin.com)
- 账号test@catch.com
- 密码123456
请大家不要随意添加数据,因为没有意义,只看 `catchadmin` 的文档就可以了。
如果有太多脏数据的话,我会关闭该账号。
2020-02-20 15:45:29 +08:00
### 系列文章
如果是刚开始使用 thinkphp6, 以下文章可能会对你有些许帮助,文章基于 RC3 版本。整体架构是不变的。
- [启动分析](https://www.kancloud.cn/akasishikelu/thinkphp6/1129385)
- [Request 解析](https://www.kancloud.cn/akasishikelu/thinkphp6/1134496)
- [应用初始化](https://www.kancloud.cn/akasishikelu/thinkphp6/1130427)
- [中间件分析](https://www.kancloud.cn/akasishikelu/thinkphp6/1136616)
- [请求流程](https://www.kancloud.cn/akasishikelu/thinkphp6/1136608)
2020-02-02 18:11:27 +08:00
### Talking
2020-02-13 16:35:42 +08:00
- [论坛讨论](http://bbs.catchadmin.com)
2020-02-02 18:11:27 +08:00
- 可以提 ISSUE请按照 issue 模板提问
- 欢迎进入 Q 群,可以及时反馈一些问题。
- ![输入图片说明](https://images.gitee.com/uploads/images/2018/1219/110300_0257b6c0_810218.jpeg "微信图片_20181219105915.jpg")
仅供学习