Skip to content
This repository was archived by the owner on Aug 17, 2019. It is now read-only.

Commit d3c8adf

Browse files
committed
完善readme
1 parent 2468231 commit d3c8adf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ cp .env.example .env
2424
php artisan key:generate
2525
```
2626
## 设置数据库
27+
编辑`.env`文件
2728
```shell
29+
CACHE_DRIVER=array
30+
2831
DB_HOST=YOUR_DATABASE_HOST
2932
DB_DATABASE=YOUR_DATABASE_NAME
3033
DB_USERNAME=YOUR_DATABASE_USERNAME

0 commit comments

Comments
 (0)