mirror of
https://github.com/ConvoyPanel/panel.git
synced 2026-04-25 04:35:52 +03:00
[PR #116] [MERGED] Laravel 11.x Shift #118
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/panel#118
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/ConvoyPanel/panel/pull/116
Author: @ericwang401
Created: 10/15/2024
Status: ✅ Merged
Merged: 11/8/2024
Merged by: @ericwang401
Base:
next← Head:shift-130906📝 Commits (10+)
669b536Apply code styleefd2776Use Faker methodsf76e21fRemove unnecessary$modelpropertye309038Convert route options to fluent methods0679acdRemove defaultappfiles299e52bShift core files822bd42Streamline config files6be445cSet newENVvariables0b6715bDefault newbootstrap/app.phpe780f87Re-register HTTP middleware📊 Changes
317 files changed (+3254 additions, -4429 deletions)
View changed files
📝
.env.ci(+1 -1)📝
.env.example(+4 -4)➕
.env.full_example(+50 -0)📝
.github/workflows/release.yml(+1 -0)📝
app/Actions/Fortify/CreateNewUser.php(+1 -1)📝
app/Actions/Fortify/UpdateUserProfileInformation.php(+2 -2)📝
app/Casts/NullableEncrypter.php(+4 -4)📝
app/Console/Commands/Maintenance/PruneOrphanedBackupsCommand.php(+2 -2)📝
app/Console/Commands/Maintenance/PruneUsersCommand.php(+1 -1)📝
app/Console/Commands/Server/UpdateRateLimitsCommand.php(+1 -1)📝
app/Console/Commands/Server/UpdateUsagesCommand.php(+1 -1)📝
app/Console/Commands/User/MakeUserCommand.php(+2 -2)➖
app/Console/Kernel.php(+0 -48)📝
app/Contracts/Repository/ActivityRepositoryInterface.php(+1 -1)📝
app/Contracts/Repository/RepositoryInterface.php(+3 -3)📝
app/Contracts/Repository/ServerRepositoryInterface.php(+1 -1)📝
app/Data/Helpers/ChecksumData.php(+2 -2)📝
app/Data/Node/Access/CreateUserData.php(+9 -9)📝
app/Data/Node/Access/UserCredentialsData.php(+5 -6)📝
app/Data/Node/Access/UserData.php(+9 -9)...and 80 more files
📄 Description
This pull request includes the changes for upgrading to Laravel 11.x. Feel free to commit any additional changes to the
shift-130906branch.Before merging, you need to:
shift-130906branchcomposer update(if the scripts fail, try with--no-scripts)If you need help with your upgrade, check out the Human Shifts.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.