[PR #43] [MERGED] Laravel 5.7 Shift #48

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/43
Author: @freekmurze
Created: 9/4/2018
Status: Merged
Merged: 9/4/2018
Merged by: @freekmurze

Base: masterHead: shift-9133


📝 Commits (4)

📊 Changes

30 files changed (+45 additions, -11 deletions)

View changed files

📝 app/Http/Kernel.php (+1 -1)
app/Http/Middleware/Authenticate.php (+19 -0)
📝 app/Http/Middleware/VerifyCsrfToken.php (+7 -0)
📝 composer.json (+3 -2)
📝 config/cache.php (+1 -1)
📝 config/database.php (+8 -1)
📝 config/hashing.php (+1 -1)
📝 config/queue.php (+1 -1)
📝 config/session.php (+2 -2)
📝 resources/css/app.css (+0 -0)
📝 resources/css/base/a.css (+0 -0)
📝 resources/css/base/body.css (+0 -0)
📝 resources/css/base/headings.css (+0 -0)
📝 resources/css/base/html.css (+0 -0)
📝 resources/css/base/input.css (+0 -0)
📝 resources/css/base/selection.css (+0 -0)
📝 resources/css/base/universal.css (+0 -0)
📝 resources/css/components/alerts.css (+0 -0)
📝 resources/css/components/bookmarklet.css (+0 -0)
📝 resources/css/components/carret.css (+0 -0)

...and 10 more files

📄 Description

This pull request includes the changes for upgrading to Laravel 5.7. Feel free to commit any additional changes to the shift-9133 branch.

Before merging, you should:

  • Checkout the shift-9133 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/43 **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-9133` --- ### 📝 Commits (4) - [`0ff2418`](https://github.com/spatie/dnsrecords.io/commit/0ff24182be01125c93b5b7444df77344c6a0cb0e) Shift configuration - [`399a312`](https://github.com/spatie/dnsrecords.io/commit/399a312705b973ed7ed4e957ab50a8fc30090661) Shift Middleware - [`241b234`](https://github.com/spatie/dnsrecords.io/commit/241b2345ec78cff0a63a471c039be7d21f21454f) Shift Laravel dependencies - [`80bc234`](https://github.com/spatie/dnsrecords.io/commit/80bc2346b7e1889a1986eb93d7fce8cbbc24a829) Move assets ### 📊 Changes **30 files changed** (+45 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Kernel.php` (+1 -1) ➕ `app/Http/Middleware/Authenticate.php` (+19 -0) 📝 `app/Http/Middleware/VerifyCsrfToken.php` (+7 -0) 📝 `composer.json` (+3 -2) 📝 `config/cache.php` (+1 -1) 📝 `config/database.php` (+8 -1) 📝 `config/hashing.php` (+1 -1) 📝 `config/queue.php` (+1 -1) 📝 `config/session.php` (+2 -2) 📝 `resources/css/app.css` (+0 -0) 📝 `resources/css/base/a.css` (+0 -0) 📝 `resources/css/base/body.css` (+0 -0) 📝 `resources/css/base/headings.css` (+0 -0) 📝 `resources/css/base/html.css` (+0 -0) 📝 `resources/css/base/input.css` (+0 -0) 📝 `resources/css/base/selection.css` (+0 -0) 📝 `resources/css/base/universal.css` (+0 -0) 📝 `resources/css/components/alerts.css` (+0 -0) 📝 `resources/css/components/bookmarklet.css` (+0 -0) 📝 `resources/css/components/carret.css` (+0 -0) _...and 10 more files_ </details> ### 📄 Description This pull request includes the changes for upgrading to Laravel 5.7. Feel free to commit any additional changes to the `shift-9133` branch. **Before merging**, you should: - Checkout the `shift-9133` 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#48
No description provided.