# think-admin **Repository Path**: mygoocle/think-admin ## Basic Information - **Project Name**: think-admin - **Description**: ThinkPHP 6.0与 Ant Design Pro Vue 基础权限系统 - **Primary Language**: PHP - **License**: Apache-2.0 - **Default Branch**: 6.0-next - **Homepage**: http://ant.wfunc.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 26 - **Created**: 2021-10-04 - **Last Updated**: 2021-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## TAnt [![Build Status](https://travis-ci.org/edenleung/think-admin.svg?branch=6.0)](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