techone / admin
This package is abandoned and no longer maintained.
No replacement package was suggested.
the admin framework based on thinkphp
v0.0.7
2018-11-25 14:21 UTC
Requires
- php: >=5.6.0
- casbin/think-adapter: ^0.1.0
- league/flysystem: ^1.0
- techone/support: 0.*
- topthink/think-captcha: ^2.0
- topthink/think-migration: ^2.0
This package is not auto-updated.
Last update: 2020-01-19 21:13:49 UTC
README
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后台
打开后台地址,例如: