catchAdmin/README.md

14 lines
335 B
Markdown
Raw Normal View History

2018-11-16 17:45:37 +08:00
# think-admin
2018-11-16 17:42:56 +08:00
2018-11-16 17:45:37 +08:00
# install
- composer config -g repo.packagist composer https://packagist.laravel-china.org
- composer update
2018-11-21 13:42:59 +08:00
- 配置 config/database.php 数据库配置
2018-11-16 17:45:37 +08:00
- php think migrate:run
2018-11-21 11:11:56 +08:00
- php think seeds:run
2018-11-21 11:20:23 +08:00
# Use
- 配置虚拟域名 OR 在根目录下执行 php think run
- yourUrl/login
- 默认用户名 admin 密码 admin