Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c32fa33

Browse files
author
DKravtsov
committed
updated to php 8 and laravel 8
1 parent a69c2ea commit c32fa33

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

‎.env.dev

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ APP_DEBUG=true
55
APP_URL=http://localhost
66

77
LOG_CHANNEL=stack
8+
LOG_LEVEL=debug
89

910
DB_CONNECTION=mysql
1011
DB_HOST=mysql
@@ -15,17 +16,20 @@ DB_PASSWORD=secret
1516

1617
BROADCAST_DRIVER=log
1718
CACHE_DRIVER=file
19+
FILESYSTEM_DRIVER=local
1820
QUEUE_CONNECTION=sync
1921
SESSION_DRIVER=file
2022
SESSION_LIFETIME=120
2123

24+
MEMCACHED_HOST=127.0.0.1
25+
2226
REDIS_HOST=127.0.0.1
2327
REDIS_PASSWORD=null
2428
REDIS_PORT=6379
2529

26-
MAIL_DRIVER=smtp
27-
MAIL_HOST=smtp.mailtrap.io
28-
MAIL_PORT=2525
30+
MAIL_MAILER=smtp
31+
MAIL_HOST=mailhog
32+
MAIL_PORT=1025
2933
MAIL_USERNAME=null
3034
MAIL_PASSWORD=null
3135
MAIL_ENCRYPTION=null
@@ -36,6 +40,7 @@ AWS_ACCESS_KEY_ID=
3640
AWS_SECRET_ACCESS_KEY=
3741
AWS_DEFAULT_REGION=us-east-1
3842
AWS_BUCKET=
43+
AWS_USE_PATH_STYLE_ENDPOINT=false
3944

4045
PUSHER_APP_ID=
4146
PUSHER_APP_KEY=

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /