mirror of
https://github.com/koel/koel.git
synced 2026-04-25 00:36:03 +03:00
[PR #1960] [MERGED] feat: upgrade to Laravel 11 #1981
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#1981
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/1960
Author: @phanan
Created: 6/18/2025
Status: ✅ Merged
Merged: 6/18/2025
Merged by: @phanan
Base:
master← Head:l11📝 Commits (1)
823b05bfeat: upgrade to Larave 11📊 Changes
29 files changed (+2977 additions, -2212 deletions)
View changed files
➕
.github/workflows/lint-backend.yml(+36 -0)📝
.github/workflows/test-backend-mariadb.yml(+16 -26)📝
.github/workflows/test-backend-pgsql.yml(+10 -15)📝
.github/workflows/test-backend-sqlite.yml(+6 -8)📝
app/Console/Commands/CleanUpTempFilesCommand.php(+1 -1)📝
app/Console/Commands/InitCommand.php(+3 -2)📝
app/Models/Album.php(+3 -0)📝
app/Models/Artist.php(+1 -0)📝
app/Models/PlaylistFolder.php(+1 -0)📝
app/Models/Podcast.php(+1 -0)📝
app/Models/User.php(+8 -2)📝
app/Providers/MacroProvider.php(+6 -3)📝
app/Services/PodcastService.php(+1 -1)📝
artisan(+9 -42)📝
composer.json(+13 -7)📝
composer.lock(+2822 -2072)📝
config/filesystems.php(+2 -1)📝
database/migrations/2021_12_06_164648_increase_string_columns_length.php(+4 -4)📝
database/migrations/2022_08_04_092531_drop_contributing_artist_id.php(+4 -9)📝
database/migrations/2024_01_03_104241_support_multi_tenant.php(+1 -1)...and 9 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.