https://github.com/edenleung/think-admin
ThinkPHP 6.0 与 Ant Design Pro Vue 基础前后分离权限系统
https://github.com/edenleung/think-admin
ant-design ant-design-pro thinkphp thinkphp-admin
Last synced: about 1 month ago
JSON representation
ThinkPHP 6.0 与 Ant Design Pro Vue 基础前后分离权限系统
- Host: GitHub
- URL: https://github.com/edenleung/think-admin
- Owner: edenleung
- License: apache-2.0
- Created: 2019-04-29T13:40:08.000Z (over 6 years ago)
- Default Branch: 6.0-next
- Last Pushed: 2021-12-10T20:32:53.000Z (almost 4 years ago)
- Last Synced: 2025-08-28T08:21:57.942Z (about 1 month ago)
- Topics: ant-design, ant-design-pro, thinkphp, thinkphp-admin
- Language: PHP
- Homepage: http://ant.wfunc.com
- Size: 1.15 MB
- Stars: 165
- Watchers: 6
- Forks: 42
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## TAnt
[](https://travis-ci.org/edenleung/think-admin)
ThinkPHP 6.0 与 Ant Design Pro Vue 基础前后分离权限系统
#### 警告: 不授权 hexianqi1959、趣果科技 使用
预览地址:
* http://ant.wfunc.com## 前端
Ant Design Vue Pro [项目](https://github.com/xiaodit/think-ant-vue) [预览](http://ant.wfunc.com)## 后端
* https://tant-admin.vercel.app
[开发文档](http://muaawn.coding-pages.com)
[开发计划](https://github.com/edenleung/think-admin/projects/1)
[最新版本](https://github.com/edenleung/think-admin/releases/latest)
没安装Composer? 请在最新版本链接下找到`TAnt_Full.zip`下载
## 安装
### 拉取代码
```bash
git clone https://github.com/edenleung/think-admin.git# 稳定版
composer create-project xiaodi/tant# 数据库从 database/2021-02-18.sql 导入
```### 导入数据表
> database/2020-05-27.sql## 定时任务
### 配置
```php
class Example
{
public function register()
{
new Crontab('* * * * * *', function () {
echo date('Y-m-d H:i:s') . "\n";
});
}
}
```### 注册
```php
# License
Apache License Version 2.0