Skip to content

Commit

Permalink
Merge pull request #417 from laravel-enso/upgrade/v5
Browse files Browse the repository at this point in the history
upgrades to v5
  • Loading branch information
GITmanuela authored Mar 11, 2022
2 parents 02aa6bc + 67b8d7a commit 92d2577
Show file tree
Hide file tree
Showing 124 changed files with 3,660 additions and 2,699 deletions.
5 changes: 4 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ APP_URL=http://localhost
OWNER_COMPANY_ID=1

LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
Expand All @@ -17,7 +19,7 @@ DB_PASSWORD=

BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
FILESYSTEM_DISK=local
SESSION_DRIVER=file
SESSION_LIFETIME=120

Expand Down Expand Up @@ -51,6 +53,7 @@ AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false

PUSHER_APP_ID=
PUSHER_APP_KEY=
Expand Down
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,17 @@ Homestead.yaml

# env
.env

.env.backup
# logs
.phpunit.result.cache
.php_cs
.php_cs.cache
npm-debug.log
yarn-error.log

# code editors
.idea
.vscode
/.idea
/.vscode
*.suo
*.ntvs*
*.njsproj
Expand Down
Loading

0 comments on commit 92d2577

Please sign in to comment.