mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[PR #1962] [MERGED] refactor: use some Laravel 11 features #1984
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#1984
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/1962
Author: @phanan
Created: 6/20/2025
Status: ✅ Merged
Merged: 6/20/2025
Merged by: @phanan
Base:
master← Head:l11-changes📝 Commits (2)
eafd0f7fix: git ignoring sandbox1f32508refactor: 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.