[PR #215] [MERGED] Remove hardcoded brandName #641

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/215
Author: @Boy132
Created: 5/13/2024
Status: Merged
Merged: 5/14/2024
Merged by: @lancepioch

Base: mainHead: remove-brandName


📝 Commits (2)

  • 340085c remove hardcoded brandName
  • 45a6c37 add back env variable for APP_NAME

📊 Changes

2 files changed (+1 additions, -2 deletions)

View changed files

📝 app/Providers/Filament/AdminPanelProvider.php (+0 -1)
📝 config/app.php (+1 -1)

📄 Description

Removes the hardcoded brandName. Now it will use the app name - which is customizable.
Also added back the env variable APP_NAME.


🔄 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/215 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 5/13/2024 **Status:** ✅ Merged **Merged:** 5/14/2024 **Merged by:** [@lancepioch](https://github.com/lancepioch) **Base:** `main` ← **Head:** `remove-brandName` --- ### 📝 Commits (2) - [`340085c`](https://github.com/pelican-dev/panel/commit/340085cc9b4b3eff95f12f2e269269768b0054a3) remove hardcoded brandName - [`45a6c37`](https://github.com/pelican-dev/panel/commit/45a6c37594ac876ed9ebdfa454474265d241ef94) add back env variable for APP_NAME ### 📊 Changes **2 files changed** (+1 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `app/Providers/Filament/AdminPanelProvider.php` (+0 -1) 📝 `config/app.php` (+1 -1) </details> ### 📄 Description Removes the hardcoded brandName. Now it will use the app name - which is customizable. Also added back the env variable `APP_NAME`. --- <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 18:39:20 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#641