更新 README.md

This commit is contained in:
JaguarJack 2018-11-21 13:42:59 +08:00
parent f0dfc6180d
commit ff297f692e

View File

@ -3,6 +3,7 @@
# install # install
- composer config -g repo.packagist composer https://packagist.laravel-china.org - composer config -g repo.packagist composer https://packagist.laravel-china.org
- composer update - composer update
- 配置 config/database.php 数据库配置
- php think migrate:run - php think migrate:run
- php think seeds:run - php think seeds:run