mirror of
https://github.com/spatie/dnsrecords.io.git
synced 2026-04-27 08:25:57 +03:00
[PR #42] [MERGED] Laravel 5.6 Shift #47
Labels
No labels
bug
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dnsrecords.io#47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/spatie/dnsrecords.io/pull/42
Author: @freekmurze
Created: 9/4/2018
Status: ✅ Merged
Merged: 9/4/2018
Merged by: @freekmurze
Base:
master← Head:shift-9104📝 Commits (4)
92d8036Shift Middleware9a658a8Shift log references8bb1c4dShift configuration3fb4141Shift Laravel dependencies📊 Changes
10 files changed (+162 additions, -21 deletions)
View changed files
📝
app/Http/Kernel.php(+1 -0)📝
app/Providers/AppServiceProvider.php(+1 -1)📝
composer.json(+5 -4)📝
config/broadcasting.php(+2 -1)📝
config/cache.php(+4 -1)📝
config/filesystems.php(+5 -4)➕
config/hashing.php(+52 -0)➕
config/logging.php(+81 -0)📝
config/queue.php(+10 -9)📝
config/session.php(+1 -1)📄 Description
This pull request includes the changes for upgrading to Laravel 5.6. Feel free to commit any additional changes to the
shift-9104branch.Before merging, you should:
shift-9104branchcomposer update(if the pre-scripts fail, add--no-scripts)If you want help with your upgrade, check out the Shift Human Services or join the Shifty Coders Slack room to get answers to all your Laravel questions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.