From ff297f692e948c8c073d368b750c6f9f610e0309 Mon Sep 17 00:00:00 2001 From: JaguarJack <82664165@qq.com> Date: Wed, 21 Nov 2018 13:42:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1272630..f183a07 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ # install - composer config -g repo.packagist composer https://packagist.laravel-china.org - composer update +- 配置 config/database.php 数据库配置 - php think migrate:run - php think seeds:run