mirror of
https://github.com/pelican-dev/panel.git
synced 2026-03-01 11:21:31 +03:00
[PR #858] [MERGED] Add PHP 8.4 Support #1015
Reference in New Issue
Block a user
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/pelican-dev/panel/pull/858
Author: @lancepioch
Created: 1/4/2025
Status: ✅ Merged
Merged: 1/31/2025
Merged by: @lancepioch
Base:
main← Head:lance/add-php-8.4📝 Commits (10+)
e327827Add php 8.4553b6a1Update ide helper297f5e1Add php 8.4a4d6813Update laravel sanctum2afeb91Update laravel frameworkd72f7fdHash rounds were increasedb210693This is always false8519d79Extend model now5859ea0This does nothingae404bcMove model validation methods to trait📊 Changes
33 files changed (+244 additions, -274 deletions)
View changed files
📝
.github/workflows/ci.yaml(+3 -3)➕
app/Contracts/Validatable.php(+16 -0)📝
app/Http/Requests/Api/Application/ApplicationApiRequest.php(+0 -4)📝
app/Models/ActivityLog.php(+6 -4)📝
app/Models/Allocation.php(+6 -10)📝
app/Models/ApiKey.php(+15 -15)📝
app/Models/AuditLog.php(+8 -3)📝
app/Models/Backup.php(+7 -3)📝
app/Models/Database.php(+8 -11)📝
app/Models/DatabaseHost.php(+8 -11)📝
app/Models/Egg.php(+8 -11)📝
app/Models/EggVariable.php(+8 -6)📝
app/Models/File.php(+1 -0)📝
app/Models/Mount.php(+7 -12)📝
app/Models/Node.php(+7 -11)📝
app/Models/Permission.php(+6 -9)📝
app/Models/RecoveryToken.php(+6 -1)📝
app/Models/Schedule.php(+8 -11)📝
app/Models/Server.php(+7 -11)📝
app/Models/ServerTransfer.php(+6 -6)...and 13 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.