no message

This commit is contained in:
听雨 2020-04-01 11:41:56 +08:00
parent 49d27e7f7f
commit 7fc94a0751
3 changed files with 4 additions and 3 deletions

1
.env Normal file
View File

@ -0,0 +1 @@
APP_DEBUG = true [APP] DEFAULT_TIMEZONE = Asia/Shanghai [DATABASE] TYPE = mysql HOSTNAME = 127.0.0.1 DATABASE = test USERNAME = username PASSWORD = password HOSTPORT = 3306 CHARSET = utf8 DEBUG = true [LANG] default_lang = zh-cn

4
.gitignore vendored
View File

@ -1,5 +1,3 @@
/.idea
/.vscode
/vendor
*.log
.env
*.log

2
vendor/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore