[PR #1962] [MERGED] refactor: use some Laravel 11 features #1984

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1962
Author: @phanan
Created: 6/20/2025
Status: Merged
Merged: 6/20/2025
Merged by: @phanan

Base: masterHead: l11-changes


📝 Commits (2)

  • eafd0f7 fix: git ignoring sandbox
  • 1f32508 refactor: use some Laravel 11 features

📊 Changes

19 files changed (+100 additions, -294 deletions)

View changed files

📝 .env.example (+1 -0)
📝 .gitignore (+2 -0)
app/Console/Kernel.php (+0 -26)
app/Exceptions/Handler.php (+0 -46)
📝 app/Http/Controllers/API/SearchYouTubeController.php (+1 -1)
📝 app/Http/Controllers/Controller.php (+1 -2)
app/Http/Kernel.php (+0 -77)
📝 app/Http/Resources/SongResource.php (+2 -4)
📝 app/Models/Organization.php (+1 -5)
📝 app/Providers/RouteServiceProvider.php (+1 -9)
📝 app/Repositories/SongRepository.php (+1 -1)
📝 app/Services/SmartPlaylistService.php (+1 -3)
📝 app/Services/SongStorages/LocalStorage.php (+1 -3)
📝 bootstrap/app.php (+49 -52)
bootstrap/providers.php (+24 -0)
📝 config/app.php (+4 -62)
public/sandbox/artifacts/episodes/9f30d8da-f7ab-45bb-806c-7224e18ec592.mp3 (+0 -1)
📝 routes/console.php (+11 -0)
📝 tests/Traits/CreatesApplication.php (+0 -2)

📄 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/1962 **Author:** [@phanan](https://github.com/phanan) **Created:** 6/20/2025 **Status:** ✅ Merged **Merged:** 6/20/2025 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `l11-changes` --- ### 📝 Commits (2) - [`eafd0f7`](https://github.com/koel/koel/commit/eafd0f7d05fd2694bf894a78462fbe9081e48722) fix: git ignoring sandbox - [`1f32508`](https://github.com/koel/koel/commit/1f32508895f2496722c5aed17d2c85726a64155c) refactor: use some Laravel 11 features ### 📊 Changes **19 files changed** (+100 additions, -294 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+1 -0) 📝 `.gitignore` (+2 -0) ➖ `app/Console/Kernel.php` (+0 -26) ➖ `app/Exceptions/Handler.php` (+0 -46) 📝 `app/Http/Controllers/API/SearchYouTubeController.php` (+1 -1) 📝 `app/Http/Controllers/Controller.php` (+1 -2) ➖ `app/Http/Kernel.php` (+0 -77) 📝 `app/Http/Resources/SongResource.php` (+2 -4) 📝 `app/Models/Organization.php` (+1 -5) 📝 `app/Providers/RouteServiceProvider.php` (+1 -9) 📝 `app/Repositories/SongRepository.php` (+1 -1) 📝 `app/Services/SmartPlaylistService.php` (+1 -3) 📝 `app/Services/SongStorages/LocalStorage.php` (+1 -3) 📝 `bootstrap/app.php` (+49 -52) ➕ `bootstrap/providers.php` (+24 -0) 📝 `config/app.php` (+4 -62) ➖ `public/sandbox/artifacts/episodes/9f30d8da-f7ab-45bb-806c-7224e18ec592.mp3` (+0 -1) 📝 `routes/console.php` (+11 -0) 📝 `tests/Traits/CreatesApplication.php` (+0 -2) </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:57 +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#1984
No description provided.