61 lines
2.2 KiB
Markdown
61 lines
2.2 KiB
Markdown
## 声明
|
||
这是个人业余时间开发的项目。还未发布稳定版本,不可用于商业项目,如果你想用于自己的项目,请具备
|
||
一定的二次开发能力。遇到环境等安装问题,请勿加群提问。可是使用 Google 搜索,既省时间又能有很好的解释。
|
||
如果你有好的建议,以及好的想法或者愿意加入开发当中,可以联系我。
|
||
|
||
## CatchAdmin
|
||
- 该项目采用`前后端分离`,所以 PHP 作为 API 开发,vue 作为后台开发
|
||
- 两个项目是分开的,单独部署。
|
||
## 这是 vue 分支 开发中
|
||
- [vue 项目地址](https://github.com/yanwenwu/catch-admin-vue)
|
||
|
||
## 项目地址
|
||
- [github地址](https://github.com/yanwenwu/catch-admin)
|
||
- [gitee地址](https://gitee.com/jaguarjack/catchAdmin)
|
||
|
||
### 环境要求
|
||
- php7.1+ (需以下扩展)
|
||
- mbstring
|
||
- json
|
||
- openssl
|
||
- xml
|
||
- pdo
|
||
- nginx
|
||
- mysql
|
||
|
||
### install
|
||
- curl -sS https://install.phpcomposer.com/installer | php
|
||
- composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/
|
||
- composer install
|
||
- php think catch:install
|
||
|
||
## 体验地址
|
||
|
||
[体验地址](http://vue.catchadmin.com)
|
||
- 账号: test@catch.com
|
||
- 密码: 123456
|
||
|
||
[catchadmin 文档地址](http://doc.catchadmin.com)
|
||
|
||
[catchadmin 接口文档地址](http://apidoc.catchadmin.com)
|
||
- 账号:test@catch.com
|
||
- 密码:123456
|
||
请大家不要随意添加数据,因为没有意义,只看 `catchadmin` 的文档就可以了。
|
||
如果有太多脏数据的话,我会关闭该账号。
|
||
|
||
### 系列文章
|
||
如果是刚开始使用 thinkphp6, 以下文章可能会对你有些许帮助,文章基于 RC3 版本。整体架构是不变的。
|
||
- [Tp6 启动分析](https://www.kancloud.cn/akasishikelu/thinkphp6/1129385)
|
||
- [Tp6 Request 解析](https://www.kancloud.cn/akasishikelu/thinkphp6/1134496)
|
||
- [TP6 应用初始化](https://www.kancloud.cn/akasishikelu/thinkphp6/1130427)
|
||
- [Tp6 中间件分析](https://www.kancloud.cn/akasishikelu/thinkphp6/1136616)
|
||
- [Tp6 请求流程](https://www.kancloud.cn/akasishikelu/thinkphp6/1136608)
|
||
|
||
### Talking
|
||
- [论坛讨论](http://bbs.catchadmin.com)
|
||
- 可以提 ISSUE,请按照 issue 模板提问
|
||
- 欢迎进入 Q 群 `302266230` 讨论以及反馈一些问题。
|
||
|
||
仅供学习
|
||
|