Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b735ddc

Browse files
author
DKravtsov
committedMay 2, 2022
PHP 8.1 and Laravel 9
1 parent 088b6b9 commit b735ddc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+3811
-5358
lines changed
 

‎.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ trim_trailing_whitespace = true
1111
[*.md]
1212
trim_trailing_whitespace = false
1313

14-
[*.yml]
14+
[*.{yml,yaml}]
1515
indent_size = 2
1616

1717
[{composer.json,Makefile}]

‎.env.dev

Lines changed: 3 additions & 2 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_DEPRECATIONS_CHANNEL=null
89
LOG_LEVEL=debug
910

1011
DB_CONNECTION=mysql
@@ -16,7 +17,7 @@ DB_PASSWORD=secret
1617

1718
BROADCAST_DRIVER=log
1819
CACHE_DRIVER=file
19-
FILESYSTEM_DRIVER=local
20+
FILESYSTEM_DISK=local
2021
QUEUE_CONNECTION=sync
2122
SESSION_DRIVER=file
2223
SESSION_LIFETIME=120
@@ -33,7 +34,7 @@ MAIL_PORT=1025
3334
MAIL_USERNAME=null
3435
MAIL_PASSWORD=null
3536
MAIL_ENCRYPTION=null
36-
MAIL_FROM_ADDRESS=null
37+
MAIL_FROM_ADDRESS="hello@example.com"
3738
MAIL_FROM_NAME="${APP_NAME}"
3839

3940
AWS_ACCESS_KEY_ID=

0 commit comments

Comments
 (0)
Please sign in to comment.