PHPackages                             xiaodi/tant - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. xiaodi/tant

ActiveProject[Framework](/categories/framework)

xiaodi/tant
===========

Ant Design Vue Pro For ThinkPHP 6

v1.0.1(5y ago)16444841[1 issues](https://github.com/edenleung/think-admin/issues)[3 PRs](https://github.com/edenleung/think-admin/pulls)Apache-2.0PHPPHP &gt;=7.4.0

Since Jan 9Pushed 4y ago6 watchersCompare

[ Source](https://github.com/edenleung/think-admin)[ Packagist](https://packagist.org/packages/xiaodi/tant)[ Docs](https://www.xiaodim.com/)[ RSS](/packages/xiaodi-tant/feed)WikiDiscussions 6.0-next Synced 1w ago

READMEChangelog (10)Dependencies (11)Versions (44)Used By (0)

TAnt
----

[](#tant)

[![Build Status](https://camo.githubusercontent.com/05899244952f7d2ac848608455c2bd81daabed3f2d482db746973debf564357d/68747470733a2f2f7472617669732d63692e6f72672f6564656e6c65756e672f7468696e6b2d61646d696e2e7376673f6272616e63683d362e30)](https://travis-ci.org/edenleung/think-admin)

ThinkPHP 6.0 与 Ant Design Pro Vue 基础前后分离权限系统

#### 警告： 不授权 hexianqi1959、趣果科技 使用

[](#警告-不授权-hexianqi1959趣果科技-使用)

预览地址:

-

前端
--

[](#前端)

Ant Design Vue Pro [项目](https://github.com/xiaodit/think-ant-vue) [预览](http://ant.wfunc.com)

后端
--

[](#后端)

-

[开发文档](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`下载

安装
--

[](#安装)

### 拉取代码

[](#拉取代码)

```
git clone https://github.com/edenleung/think-admin.git

# 稳定版
composer create-project xiaodi/tant

# 数据库从 database/2021-02-18.sql 导入
```

### 导入数据表

[](#导入数据表)

> database/2020-05-27.sql

定时任务
----

[](#定时任务)

### 配置

[](#配置)

```
class Example
{
    public function register()
    {
        new Crontab('* * * * * *', function () {
            echo date('Y-m-d H:i:s') . "\n";
        });
    }
}
```

### 注册

[](#注册)

```
