techone / admin
此包已被废弃,不再维护。未建议替代包。
基于thinkphp的admin框架
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
简介
基于ThinkPHP5.1+和AmazeUI的快速后台开发框架
安装
最方便的安装方式是使用Composer ( https://getcomposer.org.cn/ ),在此之前务必先搭建好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后台
打开后台地址,例如: