Code Monkey home page Code Monkey logo

think-admin's Introduction

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

注册

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

think-admin's People

Contributors

edenleung avatar halostr avatar congpeijun avatar alex-zero avatar shutag avatar he426100 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.