mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 03:14:39 +03:00
[PR #1041] [CLOSED] Laravel 12.x Shift #1134
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/1041
Author: @lancepioch
Created: 2/27/2025
Status: ❌ Closed
Base:
main← Head:shift-141873📝 Commits (10+)
80a6bafApply code style88ef62bConvert route options to fluent methods63f61acSlimlangfilesf4d87b1Shift core filesfe91703Validate via object directly within Controllers1949311UseGatefacade for controller authorizationa5c055dDispatch jobs directly010d31fRemove base controller inheritancefe4bae3Default config filesdd91578Set newENVvariables📊 Changes
704 files changed (+2957 additions, -2951 deletions)
View changed files
📝
.gitignore(+2 -0)📝
app/Checks/CacheCheck.php(+2 -3)📝
app/Checks/DatabaseCheck.php(+2 -3)📝
app/Checks/DebugModeCheck.php(+1 -3)📝
app/Checks/EnvironmentCheck.php(+1 -1)📝
app/Checks/NodeVersionsCheck.php(+5 -3)📝
app/Checks/PanelVersionCheck.php(+4 -2)📝
app/Checks/ScheduleCheck.php(+7 -4)📝
app/Console/Commands/Egg/CheckEggUpdatesCommand.php(+2 -3)📝
app/Console/Commands/Environment/CacheSettingsCommand.php(+2 -2)📝
app/Console/Commands/Environment/DatabaseSettingsCommand.php(+1 -1)📝
app/Console/Commands/Environment/EmailSettingsCommand.php(+2 -2)📝
app/Console/Commands/Environment/QueueSettingsCommand.php(+2 -2)📝
app/Console/Commands/Environment/QueueWorkerServiceCommand.php(+1 -1)📝
app/Console/Commands/Environment/RedisSetupCommand.php(+2 -2)📝
app/Console/Commands/Environment/SessionSettingsCommand.php(+2 -2)📝
app/Console/Commands/Maintenance/PruneImagesCommand.php(+1 -2)📝
app/Console/Commands/Node/NodeConfigurationCommand.php(+1 -1)📝
app/Console/Commands/Schedule/ProcessRunnableCommand.php(+2 -3)📝
app/Console/Commands/Server/BulkPowerActionCommand.php(+2 -3)...and 80 more files
📄 Description
This pull request includes the changes for upgrading to Laravel 12.x. Feel free to commit any additional changes to the
shift-141873branch.Before merging, you need to:
shift-141873branchcomposer update(if the scripts fail, try with--no-scripts)If you get stuck, never hesitate to email support. If you need more 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.