[PR #1261] [MERGED] chore(builds): upgrade to Laravel 8 #1660

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

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/1261
Author: @phanan
Created: 11/14/2020
Status: Merged
Merged: 11/14/2020
Merged by: @phanan

Base: masterHead: dev/l8


📝 Commits (1)

  • 830cfac chore(builds): uprade to Laravel 8

📊 Changes

75 files changed (+1964 additions, -1494 deletions)

View changed files

📝 app/Facades/Util.php (+3 -0)
📝 app/Http/Controllers/API/ObjectStorage/S3/SongController.php (+2 -2)
📝 app/Models/Album.php (+5 -2)
📝 app/Models/Artist.php (+5 -4)
📝 app/Models/Interaction.php (+6 -1)
📝 app/Models/Playlist.php (+2 -0)
📝 app/Models/Setting.php (+3 -2)
📝 app/Models/Song.php (+4 -2)
📝 app/Models/User.php (+3 -1)
📝 app/Services/FileSynchronizer.php (+4 -4)
📝 app/Services/UploadService.php (+4 -7)
📝 app/Services/Util.php (+1 -1)
📝 composer.json (+16 -8)
📝 composer.lock (+1517 -865)
database/factories/AlbumFactory.php (+21 -0)
database/factories/ArtistFactory.php (+19 -0)
database/factories/InteractionFactory.php (+23 -0)
database/factories/ModelFactory.php (+0 -91)
database/factories/PlaylistFactory.php (+21 -0)
database/factories/SettingFactory.php (+19 -0)

...and 55 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/1261 **Author:** [@phanan](https://github.com/phanan) **Created:** 11/14/2020 **Status:** ✅ Merged **Merged:** 11/14/2020 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `dev/l8` --- ### 📝 Commits (1) - [`830cfac`](https://github.com/koel/koel/commit/830cfac34cc7ff55a0832d3b579d09bd871a10cc) chore(builds): uprade to Laravel 8 ### 📊 Changes **75 files changed** (+1964 additions, -1494 deletions) <details> <summary>View changed files</summary> 📝 `app/Facades/Util.php` (+3 -0) 📝 `app/Http/Controllers/API/ObjectStorage/S3/SongController.php` (+2 -2) 📝 `app/Models/Album.php` (+5 -2) 📝 `app/Models/Artist.php` (+5 -4) 📝 `app/Models/Interaction.php` (+6 -1) 📝 `app/Models/Playlist.php` (+2 -0) 📝 `app/Models/Setting.php` (+3 -2) 📝 `app/Models/Song.php` (+4 -2) 📝 `app/Models/User.php` (+3 -1) 📝 `app/Services/FileSynchronizer.php` (+4 -4) 📝 `app/Services/UploadService.php` (+4 -7) 📝 `app/Services/Util.php` (+1 -1) 📝 `composer.json` (+16 -8) 📝 `composer.lock` (+1517 -865) ➕ `database/factories/AlbumFactory.php` (+21 -0) ➕ `database/factories/ArtistFactory.php` (+19 -0) ➕ `database/factories/InteractionFactory.php` (+23 -0) ➖ `database/factories/ModelFactory.php` (+0 -91) ➕ `database/factories/PlaylistFactory.php` (+21 -0) ➕ `database/factories/SettingFactory.php` (+19 -0) _...and 55 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:31:50 +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#1660
No description provided.