[PR #42] [MERGED] Laravel 5.6 Shift #47

Closed
opened 2026-02-27 23:20:12 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: shift-9104


📝 Commits (4)

📊 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-9104 branch.

Before merging, you should:

  • Checkout the shift-9104 branch
  • Review all pull request comments for additional changes
  • Update your dependencies for Laravel 5.6
  • Run composer update (if the pre-scripts fail, add --no-scripts)
  • Thoroughly test your application

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.

## 📋 Pull Request Information **Original PR:** https://github.com/spatie/dnsrecords.io/pull/42 **Author:** [@freekmurze](https://github.com/freekmurze) **Created:** 9/4/2018 **Status:** ✅ Merged **Merged:** 9/4/2018 **Merged by:** [@freekmurze](https://github.com/freekmurze) **Base:** `master` ← **Head:** `shift-9104` --- ### 📝 Commits (4) - [`92d8036`](https://github.com/spatie/dnsrecords.io/commit/92d803671f2d4191ed5234467ac830cce0c6e19f) Shift Middleware - [`9a658a8`](https://github.com/spatie/dnsrecords.io/commit/9a658a84f156ade2b7c1dd1b33a95a08e5c34222) Shift log references - [`8bb1c4d`](https://github.com/spatie/dnsrecords.io/commit/8bb1c4d149a365978de582ed48f3cedd488b5396) Shift configuration - [`3fb4141`](https://github.com/spatie/dnsrecords.io/commit/3fb4141e7648aa9202384ff2698afeeac9951633) Shift Laravel dependencies ### 📊 Changes **10 files changed** (+162 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This pull request includes the changes for upgrading to Laravel 5.6. Feel free to commit any additional changes to the `shift-9104` branch. **Before merging**, you should: - Checkout the `shift-9104` branch - Review **all** pull request comments for additional changes - Update your dependencies for Laravel 5.6 - Run `composer update` (if the pre-scripts fail, add `--no-scripts`) - Thoroughly test your application If you want help with your upgrade, check out the [Shift Human Services](https://laravelshift.com/human-services) or join the [Shifty Coders](https://laravelshift.com/shifty-coders) Slack room to get answers to all your Laravel questions. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 23:20:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dnsrecords.io#47
No description provided.