Skip to content
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.

leeqvip/admin

Repository files navigation

TechAdmin

StyleCI Latest Stable Version Total Downloads License

Intro

基于ThinkPHP5.1+和AmazeUI的快速后台开发框架

Install

最方便的安装方式就是使用Composer ( https://getcomposer.org/ ),在这之前务必先搭建好thinkphp5.1项目

1、安装 TechAdmin :

composer require techone/admin

2、初始化和数据迁移

php think techadmin:init
php think techadmin:migrate:run

3、配置

添加行为在 application/tags.php

return [

    'app_init'     => [
        \techadmin\behavior\Boot::class,
    ],

    // ...
];

进入TechAdmin后台

打开后台地址,例如:

http://yourdomain/admin

About

基于ThinkPHP5.1+和AmazeUI的快速后台开发框架,快速构建一个功能齐全的管理后台。

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published