Skip to content

Commit 92d2577

Browse files
authored
Merge pull request #417 from laravel-enso/upgrade/v5
upgrades to v5
2 parents 02aa6bc + 67b8d7a commit 92d2577

File tree

124 files changed

+3660
-2699
lines changed

Some content is hidden

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

124 files changed

+3660
-2699
lines changed

.env.example

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ APP_URL=http://localhost
77
OWNER_COMPANY_ID=1
88

99
LOG_CHANNEL=stack
10+
LOG_DEPRECATIONS_CHANNEL=null
11+
LOG_LEVEL=debug
1012

1113
DB_CONNECTION=mysql
1214
DB_HOST=127.0.0.1
@@ -17,7 +19,7 @@ DB_PASSWORD=
1719

1820
BROADCAST_DRIVER=log
1921
CACHE_DRIVER=file
20-
QUEUE_CONNECTION=sync
22+
FILESYSTEM_DISK=local
2123
SESSION_DRIVER=file
2224
SESSION_LIFETIME=120
2325

@@ -51,6 +53,7 @@ AWS_ACCESS_KEY_ID=
5153
AWS_SECRET_ACCESS_KEY=
5254
AWS_DEFAULT_REGION=us-east-1
5355
AWS_BUCKET=
56+
AWS_USE_PATH_STYLE_ENDPOINT=false
5457

5558
PUSHER_APP_ID=
5659
PUSHER_APP_KEY=

.gitignore

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,17 @@ Homestead.yaml
1717

1818
# env
1919
.env
20-
20+
.env.backup
2121
# logs
2222
.phpunit.result.cache
2323
.php_cs
2424
.php_cs.cache
25+
npm-debug.log
26+
yarn-error.log
2527

2628
# code editors
27-
.idea
28-
.vscode
29+
/.idea
30+
/.vscode
2931
*.suo
3032
*.ntvs*
3133
*.njsproj

0 commit comments

Comments
 (0)