mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[PR #2143] [MERGED] chore: upgrade to Laravel 12 #2104
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#2104
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:l12📝 Commits (1)
17dccb5chore: 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.