Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
GJZhou committed May 7, 2019
2 parents b100fd1 + 8c3a516 commit 7031931
Show file tree
Hide file tree
Showing 126 changed files with 17,790 additions and 114 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ storage/*.key
.env.php
.env

wecenter/system/config/database.php

.idea/

Expand Down
10 changes: 7 additions & 3 deletions .idea/Phylab.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions .idea/deployment.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 8 additions & 10 deletions Phylab/.env.example
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomString

DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

APP_ENV=production
APP_DEBUG=false
APP_KEY=238GU1dVG7UciXXPWCmkxwgOKE8CoTS3
DB_HOST=127.0.0.1
DB_DATABASE=Phylab_db
DB_USERNAME=
DB_PASSWORD=
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync

MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
SERVER_PAGE=""
62 changes: 31 additions & 31 deletions Phylab/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Phylab/composer.phar
Binary file not shown.
1 change: 1 addition & 0 deletions Phylab/public/css/summernote.css

Large diffs are not rendered by default.

Loading

0 comments on commit 7031931

Please sign in to comment.