[PR #2143] [MERGED] chore: upgrade to Laravel 12 #2104

Closed
opened 2026-02-26 03:33:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/2143
Author: @phanan
Created: 10/22/2025
Status: Merged
Merged: 10/22/2025
Merged by: @phanan

Base: masterHead: l12


📝 Commits (1)

  • 17dccb5 chore: upgrade to Laravel 12

📊 Changes

30 files changed (+1504 additions, -1093 deletions)

View changed files

📝 app/Builders/SongBuilder.php (+3 -1)
📝 app/Console/Commands/ScanCommand.php (+1 -1)
📝 app/Enums/Acl/Role.php (+1 -1)
📝 app/Http/Controllers/API/FavoriteController.php (+1 -1)
📝 app/Http/Requests/API/Favorites/Concerns/ValidatesFavoriteableType.php (+2 -1)
📝 app/Http/Resources/AlbumResource.php (+1 -1)
📝 app/Http/Resources/ArtistResource.php (+1 -1)
📝 app/Http/Resources/CollaborativeSongResource.php (+2 -2)
📝 app/Http/Resources/CollaborativeSongResourceCollection.php (+1 -3)
📝 app/Http/Resources/SongFileResource.php (+2 -2)
📝 app/Http/Resources/SongFileResourceCollection.php (+1 -13)
📝 app/Http/Resources/SongResource.php (+2 -9)
📝 app/Http/Resources/SongResourceCollection.php (+1 -1)
📝 app/Models/PodcastUserPivot.php (+0 -1)
📝 app/Services/FavoriteService.php (+1 -1)
📝 app/Services/OrganizationService.php (+1 -0)
📝 app/Services/Scanners/ScannerCacheStrategy.php (+1 -1)
📝 app/Services/SearchService.php (+0 -2)
📝 app/Services/UserInvitationService.php (+3 -1)
📝 app/Services/UserService.php (+4 -3)

...and 10 more files

📄 Description

Description

Upgrade to Laravel 12

Motivation

Screenshots (if applicable)

Checklist

  • I've tested my changes thoroughly and added tests where applicable
  • I've updated relevant documentation (if any)
  • My code follows the project's conventions

🔄 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/koel/koel/pull/2143 **Author:** [@phanan](https://github.com/phanan) **Created:** 10/22/2025 **Status:** ✅ Merged **Merged:** 10/22/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `l12` --- ### 📝 Commits (1) - [`17dccb5`](https://github.com/koel/koel/commit/17dccb51d0504eaf37b1f92c7cdd88e4486801dd) chore: upgrade to Laravel 12 ### 📊 Changes **30 files changed** (+1504 additions, -1093 deletions) <details> <summary>View changed files</summary> 📝 `app/Builders/SongBuilder.php` (+3 -1) 📝 `app/Console/Commands/ScanCommand.php` (+1 -1) 📝 `app/Enums/Acl/Role.php` (+1 -1) 📝 `app/Http/Controllers/API/FavoriteController.php` (+1 -1) 📝 `app/Http/Requests/API/Favorites/Concerns/ValidatesFavoriteableType.php` (+2 -1) 📝 `app/Http/Resources/AlbumResource.php` (+1 -1) 📝 `app/Http/Resources/ArtistResource.php` (+1 -1) 📝 `app/Http/Resources/CollaborativeSongResource.php` (+2 -2) 📝 `app/Http/Resources/CollaborativeSongResourceCollection.php` (+1 -3) 📝 `app/Http/Resources/SongFileResource.php` (+2 -2) 📝 `app/Http/Resources/SongFileResourceCollection.php` (+1 -13) 📝 `app/Http/Resources/SongResource.php` (+2 -9) 📝 `app/Http/Resources/SongResourceCollection.php` (+1 -1) 📝 `app/Models/PodcastUserPivot.php` (+0 -1) 📝 `app/Services/FavoriteService.php` (+1 -1) 📝 `app/Services/OrganizationService.php` (+1 -0) 📝 `app/Services/Scanners/ScannerCacheStrategy.php` (+1 -1) 📝 `app/Services/SearchService.php` (+0 -2) 📝 `app/Services/UserInvitationService.php` (+3 -1) 📝 `app/Services/UserService.php` (+4 -3) _...and 10 more files_ </details> ### 📄 Description <!-- Thank you for contributing to Koel! Please provide a clear description of your changes below. --> ## Description Upgrade to Laravel 12 ## Motivation <!-- Explain why this change is necessary, e.g., if targeting an existing issue, link to it. --> ## Screenshots (if applicable) ## Checklist - [x] I've tested my changes thoroughly and added tests where applicable - [x] I've updated relevant documentation (if any) - [x] My code follows the project's conventions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:33:17 +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/koel-koel#2104
No description provided.