[PR #2080] [CLOSED] Laravel 12.x Shift #1744

Closed
opened 2026-02-04 20:12:16 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/2080
Author: @lancepioch
Created: 1/7/2026
Status: Closed

Base: mainHead: shift-164392


📝 Commits (10+)

📊 Changes

6 files changed (+31 additions, -9 deletions)

View changed files

📝 app/Console/Commands/Overrides/ConfigCacheCommand.php (+1 -1)
📝 app/Models/ActivityLog.php (+5 -2)
📝 composer.json (+21 -2)
📝 lang/en/auth.php (+1 -3)
📝 package.json (+1 -1)
📝 phpunit.xml (+2 -0)

📄 Description

This pull request includes the changes for upgrading to Laravel 12.x. Feel free to commit any additional changes to the shift-164392 branch.

Before merging, you need to:

  • Checkout the shift-164392 branch
  • Review all pull request comments for additional changes
  • Run composer update (if the scripts fail, try with --no-scripts)
  • Clear any config, route, or view cache
  • Thoroughly test your application (no tests?, no CI?)

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.

## 📋 Pull Request Information **Original PR:** https://github.com/pelican-dev/panel/pull/2080 **Author:** [@lancepioch](https://github.com/lancepioch) **Created:** 1/7/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `shift-164392` --- ### 📝 Commits (10+) - [`5db3346`](https://github.com/pelican-dev/panel/commit/5db33462df6758da0ee90ab2f07a7c64f61610dc) Slim `lang` files - [`f4dc7d8`](https://github.com/pelican-dev/panel/commit/f4dc7d817a3836820ce95a44658e153496e23940) Adopt new PHP attributes in models - [`42e1c48`](https://github.com/pelican-dev/panel/commit/42e1c488deceb380a5228f9d15ef8a3b28f7145b) Default config files - [`12a8257`](https://github.com/pelican-dev/panel/commit/12a8257ee7da86a295140bb4b736996953aeecbf) Shift `ENV` variables - [`63f9ada`](https://github.com/pelican-dev/panel/commit/63f9adafa828ec557467dcfbccee74612e582cfc) Add new Laravel `composer run dev` script - [`82ac348`](https://github.com/pelican-dev/panel/commit/82ac348af77dbe9ac1d6de3b8215bb6d4f586a86) Bump Composer dependencies - [`4d5d879`](https://github.com/pelican-dev/panel/commit/4d5d879be9528f4b2be9ea8b3bd05b5106f4c8f7) Bump NPM dependencies - [`5db7ca5`](https://github.com/pelican-dev/panel/commit/5db7ca503797d416e064dd4af5c5d7edbe0bf22b) Adopt Laravel type hints - [`ddf616b`](https://github.com/pelican-dev/panel/commit/ddf616b550a422f8be576d3eebf1bece0e866196) Shift cleanup - [`3be092b`](https://github.com/pelican-dev/panel/commit/3be092bcc9c2b0684678e9971c0a64986050deb4) Revert "Default config files" ### 📊 Changes **6 files changed** (+31 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `app/Console/Commands/Overrides/ConfigCacheCommand.php` (+1 -1) 📝 `app/Models/ActivityLog.php` (+5 -2) 📝 `composer.json` (+21 -2) 📝 `lang/en/auth.php` (+1 -3) 📝 `package.json` (+1 -1) 📝 `phpunit.xml` (+2 -0) </details> ### 📄 Description This pull request includes the changes for upgrading to Laravel 12.x. Feel free to commit any additional changes to the `shift-164392` branch. **Before merging**, you need to: - Checkout the `shift-164392` branch - Review **all** pull request comments for additional changes - Run `composer update` (if the scripts fail, try with `--no-scripts`) - Clear any config, route, or view cache - Thoroughly test your application ([no tests?](https://laravelshift.com/laravel-test-generator), [no CI?](https://laravelshift.com/ci-generator)) If you get stuck, never hesitate to [email support](mailto:support@laravelshift.com). If you need more help with your upgrade, check out the [Human Shifts](https://laravelshift.com/human-shifts). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 20:12:16 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1744