xiaodi/tant
Composer 安装命令:
composer create-project xiaodi/tant
包简介
Ant Design Vue Pro For ThinkPHP 6
关键字:
README 文档
README
ThinkPHP 6.0 与 Ant Design Pro Vue 基础前后分离权限系统
警告: 不授权 hexianqi1959、趣果科技 使用
预览地址:
前端
后端
没安装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"; }); } }
注册
<?php namespace app\command; class Tasker extends Command { protected $tasks = [ Example::class, ]; }
启动
php think tasker start
其它包
权限包
https://github.com/xiaodit/think-permission
JWT包
https://github.com/xiaodit/think-jwt
h5 模板
https://github.com/edenleung/vue-h5-template
打赏
如果此项目对你有帮助的,不忘给我打赏哦。
License
Apache License Version 2.0
统计信息
- 总下载量: 448
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 164
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2020-01-09