Stars: 166
Forks: 49
Pull Requests: 19
Issues: 17
Watchers: 7
Last Updated: 2021-12-10 20:32:53
ThinkPHP 6.0 与 Ant Design Pro Vue 基础前后分离权限系统
License: Apache License 2.0
Languages: PHP, Dockerfile, Shell
ThinkPHP 6.0 与 Ant Design Pro Vue 基础前后分离权限系统
预览地址:
没安装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
https://github.com/xiaodit/think-jwt
https://github.com/edenleung/vue-h5-template
如果此项目对你有帮助的,不忘给我打赏哦。
Apache License Version 2.0