From 1abf5439c34309981d50073e3f0455117afe4c0c Mon Sep 17 00:00:00 2001 From: ueaner Date: Tue, 2 Apr 2019 15:14:30 +0800 Subject: [PATCH] .env.example --- .gitattributes | 4 +++- README.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 269045b..ba337c9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,7 @@ * text=auto /README.md export-ignore -/.* export-ignore /*.xml export-ignore +.editorconfig export-ignore +.gitattributes export-ignore +.gitignore export-ignore diff --git a/README.md b/README.md index a1e7cea..f982e0c 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Soli 的[事件管理]器允许开发者通过创建"钩子"拦截框架或应 ## 快速运行当前项目 $ composer create-project soliphp/soliphp my-project + $ cp my-project/.env.example my-project/.env $ php -S localhost:8000 -t my-project/public 浏览器访问 [http://localhost:8000/].