[PR #52] [MERGED] Laravel 6.0 Shift #54

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

📋 Pull Request Information

Original PR: https://github.com/spatie/dnsrecords.io/pull/52
Author: @freekmurze
Created: 9/4/2019
Status: Merged
Merged: 9/4/2019
Merged by: @freekmurze

Base: masterHead: shift-17756


📝 Commits (6)

📊 Changes

17 files changed (+181 additions, -111 deletions)

View changed files

📝 app/Http/Kernel.php (+1 -0)
📝 app/Http/Middleware/SanitizeCommand.php (+0 -1)
📝 app/Services/Commands/Commands/DnsLookup.php (+0 -1)
📝 composer.json (+4 -5)
📝 config/app.php (+2 -0)
📝 config/backup.php (+1 -1)
📝 config/broadcasting.php (+1 -1)
📝 config/cache.php (+2 -1)
📝 config/database.php (+13 -4)
📝 config/filesystems.php (+1 -1)
📝 config/mail.php (+2 -2)
📝 config/queue.php (+2 -1)
📝 config/services.php (+10 -15)
📝 phpunit.xml (+16 -9)
📝 resources/lang/en/passwords.php (+0 -1)
📝 resources/lang/en/validation.php (+97 -68)
tests/bootstrap.php (+29 -0)

📄 Description

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

Before merging, you should:

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

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/52 **Author:** [@freekmurze](https://github.com/freekmurze) **Created:** 9/4/2019 **Status:** ✅ Merged **Merged:** 9/4/2019 **Merged by:** [@freekmurze](https://github.com/freekmurze) **Base:** `master` ← **Head:** `shift-17756` --- ### 📝 Commits (6) - [`fa8bd08`](https://github.com/spatie/dnsrecords.io/commit/fa8bd08893c415313a681095c54db7ee2a111c82) Adopt Laravel coding style - [`2e0a47d`](https://github.com/spatie/dnsrecords.io/commit/2e0a47d63ebb4ed0a341651f4b45e389eb7f2610) Shift core files - [`24e06d3`](https://github.com/spatie/dnsrecords.io/commit/24e06d380f2e42e0ddf3f0c0a3c1aa0ca6b6f532) Shift config files - [`e360cb3`](https://github.com/spatie/dnsrecords.io/commit/e360cb36196b7af95a415e91b84c0aa52c92c3f0) Default config files - [`140a1da`](https://github.com/spatie/dnsrecords.io/commit/140a1da8982e749f51846beb2a1434ec3ed3715a) Shift Laravel dependencies - [`4e9e36f`](https://github.com/spatie/dnsrecords.io/commit/4e9e36f71d2752181ad0ec56e614a00588daf2d7) Shift testing configuration ### 📊 Changes **17 files changed** (+181 additions, -111 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Kernel.php` (+1 -0) 📝 `app/Http/Middleware/SanitizeCommand.php` (+0 -1) 📝 `app/Services/Commands/Commands/DnsLookup.php` (+0 -1) 📝 `composer.json` (+4 -5) 📝 `config/app.php` (+2 -0) 📝 `config/backup.php` (+1 -1) 📝 `config/broadcasting.php` (+1 -1) 📝 `config/cache.php` (+2 -1) 📝 `config/database.php` (+13 -4) 📝 `config/filesystems.php` (+1 -1) 📝 `config/mail.php` (+2 -2) 📝 `config/queue.php` (+2 -1) 📝 `config/services.php` (+10 -15) 📝 `phpunit.xml` (+16 -9) 📝 `resources/lang/en/passwords.php` (+0 -1) 📝 `resources/lang/en/validation.php` (+97 -68) ➕ `tests/bootstrap.php` (+29 -0) </details> ### 📄 Description This pull request includes the changes for upgrading to Laravel 6.0. Feel free to commit any additional changes to the `shift-17756` branch. **Before merging**, you should: - Checkout the `shift-17756` branch - Review **all** pull request comments for additional changes - Update your dependencies for Laravel 6.0 - Run `composer update` (if the scripts fail, add `--no-scripts`) - Thoroughly test your application ([no tests?](https://confidentlaravel.com)) 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 closed this issue 2026-02-27 23:20:14 +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#54
No description provided.