[PR #795] [MERGED] Move installer to correct namespace #976

Closed
opened 2026-02-05 18:00:10 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/795
Author: @Boy132
Created: 12/8/2024
Status: Merged
Merged: 12/8/2024
Merged by: @Boy132

Base: mainHead: fix/installer-discover


📝 Commits (1)

📊 Changes

9 files changed (+19 additions, -19 deletions)

View changed files

📝 app/Http/Controllers/Auth/LoginController.php (+1 -1)
📝 app/Livewire/Installer/PanelInstaller.php (+7 -7)
📝 app/Livewire/Installer/Steps/CacheStep.php (+2 -2)
📝 app/Livewire/Installer/Steps/DatabaseStep.php (+2 -2)
📝 app/Livewire/Installer/Steps/EnvironmentStep.php (+2 -2)
📝 app/Livewire/Installer/Steps/QueueStep.php (+2 -2)
📝 app/Livewire/Installer/Steps/RequirementsStep.php (+1 -1)
📝 app/Livewire/Installer/Steps/SessionStep.php (+1 -1)
📝 routes/base.php (+1 -1)

📄 Description

This fixes the 500 error when clicking "Next".


🔄 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/795 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 12/8/2024 **Status:** ✅ Merged **Merged:** 12/8/2024 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `fix/installer-discover` --- ### 📝 Commits (1) - [`c5ad035`](https://github.com/pelican-dev/panel/commit/c5ad0357598da875b682fd445305ccfbbb4adafe) fix installer discover ### 📊 Changes **9 files changed** (+19 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `app/Http/Controllers/Auth/LoginController.php` (+1 -1) 📝 `app/Livewire/Installer/PanelInstaller.php` (+7 -7) 📝 `app/Livewire/Installer/Steps/CacheStep.php` (+2 -2) 📝 `app/Livewire/Installer/Steps/DatabaseStep.php` (+2 -2) 📝 `app/Livewire/Installer/Steps/EnvironmentStep.php` (+2 -2) 📝 `app/Livewire/Installer/Steps/QueueStep.php` (+2 -2) 📝 `app/Livewire/Installer/Steps/RequirementsStep.php` (+1 -1) 📝 `app/Livewire/Installer/Steps/SessionStep.php` (+1 -1) 📝 `routes/base.php` (+1 -1) </details> ### 📄 Description This fixes the 500 error when clicking "Next". --- <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-05 18:00:10 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#976