[PR #3029] [MERGED] Laravel 8 shift squash #6120

Closed
opened 2026-02-05 10:24:57 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/3029
Author: @ssddanbrown
Created: 10/30/2021
Status: Merged
Merged: 10/30/2021
Merged by: @ssddanbrown

Base: laravel_upgradeHead: laravel_8_upgrade


📝 Commits (10+)

  • f7b6326 Temporarily moved back config path
  • 5b51039 Apply Laravel coding style
  • ad2c749 Shift exception handler
  • 6950e6d Shift HTTP kernel and middleware
  • b5db904 Shift service providers
  • eb6a2c7 Convert options array to fluent methods
  • 7dbdaca Shift to class based routes
  • b3898ac Shift console routes
  • 01dd2b7 Ignore temporary framework files
  • 3cd292a Shift to class based factories

📊 Changes

71 files changed (+1353 additions, -920 deletions)

View changed files

📝 app/Actions/Comment.php (+2 -0)
📝 app/Actions/Tag.php (+3 -0)
📝 app/Auth/Role.php (+3 -0)
📝 app/Auth/User.php (+2 -0)
📝 app/Config/app.php (+7 -4)
📝 app/Config/auth.php (+13 -2)
📝 app/Config/broadcasting.php (+57 -29)
📝 app/Config/cache.php (+69 -36)
📝 app/Config/filesystems.php (+10 -3)
📝 app/Config/logging.php (+5 -8)
📝 app/Config/queue.php (+14 -10)
📝 app/Entities/Models/Book.php (+3 -0)
📝 app/Entities/Models/Bookshelf.php (+3 -0)
📝 app/Entities/Models/Chapter.php (+3 -0)
📝 app/Entities/Models/Page.php (+3 -0)
📝 app/Exceptions/Handler.php (+1 -0)
📝 app/Http/Kernel.php (+1 -1)
📝 app/Http/Middleware/PreventRequestsDuringMaintenance.php (+2 -2)
📝 app/Http/Middleware/RedirectIfAuthenticated.php (+14 -28)
📝 app/Http/Middleware/TrustHosts.php (+1 -1)

...and 51 more files

📄 Description

No description provided


🔄 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/BookStackApp/BookStack/pull/3029 **Author:** [@ssddanbrown](https://github.com/ssddanbrown) **Created:** 10/30/2021 **Status:** ✅ Merged **Merged:** 10/30/2021 **Merged by:** [@ssddanbrown](https://github.com/ssddanbrown) **Base:** `laravel_upgrade` ← **Head:** `laravel_8_upgrade` --- ### 📝 Commits (10+) - [`f7b6326`](https://github.com/BookStackApp/BookStack/commit/f7b6326f11c07f73c74aadf87b775f71d25b6da1) Temporarily moved back config path - [`5b51039`](https://github.com/BookStackApp/BookStack/commit/5b510398f37e613df3aa7ab398cb669ad743b9bc) Apply Laravel coding style - [`ad2c749`](https://github.com/BookStackApp/BookStack/commit/ad2c74995dab0e14b0b91cbea01f65a274ac4bf0) Shift exception handler - [`6950e6d`](https://github.com/BookStackApp/BookStack/commit/6950e6db3a56d746666d59330ff0c63312884b3c) Shift HTTP kernel and middleware - [`b5db904`](https://github.com/BookStackApp/BookStack/commit/b5db904db93f3eae91de2643d0eba3bcba812e40) Shift service providers - [`eb6a2c7`](https://github.com/BookStackApp/BookStack/commit/eb6a2c728e010000a5d4496ee70953c7fa370738) Convert options array to fluent methods - [`7dbdaca`](https://github.com/BookStackApp/BookStack/commit/7dbdacaaf55cb1cba199ddd9068f843b436c26dd) Shift to class based routes - [`b3898ac`](https://github.com/BookStackApp/BookStack/commit/b3898ac1fedd694edcd26b25b32c08d5107f5756) Shift console routes - [`01dd2b7`](https://github.com/BookStackApp/BookStack/commit/01dd2b74a8e76c6234b2b58274e6342b0c2fe954) Ignore temporary framework files - [`3cd292a`](https://github.com/BookStackApp/BookStack/commit/3cd292a5c3b6a5a3cf83535aa82f1ef1f19e7109) Shift to class based factories ### 📊 Changes **71 files changed** (+1353 additions, -920 deletions) <details> <summary>View changed files</summary> 📝 `app/Actions/Comment.php` (+2 -0) 📝 `app/Actions/Tag.php` (+3 -0) 📝 `app/Auth/Role.php` (+3 -0) 📝 `app/Auth/User.php` (+2 -0) 📝 `app/Config/app.php` (+7 -4) 📝 `app/Config/auth.php` (+13 -2) 📝 `app/Config/broadcasting.php` (+57 -29) 📝 `app/Config/cache.php` (+69 -36) 📝 `app/Config/filesystems.php` (+10 -3) 📝 `app/Config/logging.php` (+5 -8) 📝 `app/Config/queue.php` (+14 -10) 📝 `app/Entities/Models/Book.php` (+3 -0) 📝 `app/Entities/Models/Bookshelf.php` (+3 -0) 📝 `app/Entities/Models/Chapter.php` (+3 -0) 📝 `app/Entities/Models/Page.php` (+3 -0) 📝 `app/Exceptions/Handler.php` (+1 -0) 📝 `app/Http/Kernel.php` (+1 -1) 📝 `app/Http/Middleware/PreventRequestsDuringMaintenance.php` (+2 -2) 📝 `app/Http/Middleware/RedirectIfAuthenticated.php` (+14 -28) 📝 `app/Http/Middleware/TrustHosts.php` (+1 -1) _...and 51 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:24:57 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#6120