[PR #1960] [MERGED] feat: upgrade to Laravel 11 #1981

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

📋 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: masterHead: l11


📝 Commits (1)

  • 823b05b feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/1960 **Author:** [@phanan](https://github.com/phanan) **Created:** 6/18/2025 **Status:** ✅ Merged **Merged:** 6/18/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `l11` --- ### 📝 Commits (1) - [`823b05b`](https://github.com/koel/koel/commit/823b05b4da2971e331b705e4c00a40bdbd34c61c) feat: upgrade to Larave 11 ### 📊 Changes **29 files changed** (+2977 additions, -2212 deletions) <details> <summary>View changed files</summary> ➕ `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 03:32:56 +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#1981
No description provided.