liupan-v / think-admin
thinkpkp5.1的一个管理后台
dev-master
2019-04-04 03:15 UTC
Requires
- almasaeed2010/adminlte: 2.4.3
- topthink/framework: ^5.1.17
- topthink/think-migration: 2.0.3
This package is auto-updated.
Last update: 2024-09-28 12:56:47 UTC
README
安装
1. 安装tp5.1框架
2. 在项目根目录执行composer require liupan-v/think-admin dev-develop
3. 配置框架的数据库信息
4. 在项目根目录下执行:php think tpadmin:install
使用
后台地址: /admin (请先自行配置thinkphp5的URL重写去掉index.php)
默认账号:admin
默认密码:123456
演示地址:http://demo.115.org.cn/admin (请勿修改默认管理员密码谢谢)