• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

    think-admin: ThinkPHP 6.0与 Ant Design Pro Vue 基础权限系统

    原作者: [db:作者] 来自: 网络 收藏 邀请

    开源软件名称:

    think-admin

    开源软件地址:

    https://gitee.com/heehee/think-admin

    开源软件介绍:

    TAnt

    Build Status

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

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

    预览地址:

    前端

    Ant Design Vue Pro 项目 预览

    后端

    开发文档

    开发计划

    最新版本

    没安装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";        });    }}

    注册

    <?phpnamespace 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


    鲜花

    握手

    雷人

    路过

    鸡蛋
    该文章已有0人参与评论

    请发表评论

    全部评论

    专题导读
    热门推荐
    阅读排行榜

    扫描微信二维码

    查看手机版网站

    随时了解更新最新资讯

    139-2527-9053

    在线客服(服务时间 9:00~18:00)

    在线QQ客服
    地址:深圳市南山区西丽大学城创智工业园
    电邮:jeky_zhao#qq.com
    移动电话:139-2527-9053

    Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap