18 Star 54 Fork 10

Jon Lee / Tadmin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

Tadmin

一个基于ThinkPHP的一款非侵入式后台开发框架!

Latest Stable Version Total Downloads License

安装

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

1、安装Tadmin

composer require leeqvip/tadmin

2、注册服务

注册服务,在应用的全局公共文件service.php中加入:

return [
    // ...

    tadmin\TadminService::class,
];

3、执行初始化和数据库迁移:

确保数据库配置信息正确

php think tadmin:init
php think tadmin:migrate:run

进入tadmin后台

打开后台地址,例如:

http://yourdomain/tadmin

演示地址

后台http://tadmin.tech1024.com/tadmin

用户名:admin 密码:abc-123

前台http://tadmin.tech1024.com

协议

Tadmin 采用 MIT 开源协议发布。

联系

有问题或者功能建议,请联系我们或者提交PR:

MIT License Copyright (c) 2018 Foufou Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

一个基于ThinkPHP5.1+和AmazeUI的快速后台开发框架。 展开 收起
PHP 等 2 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
PHP
1
https://gitee.com/leeqvip/tadmin.git
git@gitee.com:leeqvip/tadmin.git
leeqvip
tadmin
Tadmin
master

搜索帮助