Skip to content

Commit

Permalink
.env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
ueaner committed Apr 2, 2019
1 parent 49548e1 commit 1abf543
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
* text=auto

/README.md export-ignore
/.* export-ignore
/*.xml export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/].
Expand Down

0 comments on commit 1abf543

Please sign in to comment.