[PR #2032] [MERGED] Add error notification when plugin install, update or uninstall fails #1720

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/2032
Author: @Boy132
Created: 12/21/2025
Status: Merged
Merged: 12/24/2025
Merged by: @Boy132

Base: mainHead: boy132/handle-install-errors


📝 Commits (1)

  • 5f1e400 add error notification when plugin install, update or uninstall fails

📊 Changes

6 files changed (+118 additions, -71 deletions)

View changed files

📝 app/Console/Commands/Plugin/InstallPluginCommand.php (+7 -2)
📝 app/Console/Commands/Plugin/UninstallPluginCommand.php (+7 -2)
📝 app/Console/Commands/Plugin/UpdatePluginCommand.php (+7 -2)
📝 app/Filament/Admin/Resources/Plugins/PluginResource.php (+49 -25)
📝 app/Services/Helpers/PluginService.php (+45 -40)
📝 lang/en/admin/plugin.php (+3 -0)

📄 Description

No description provided


🔄 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/2032 **Author:** [@Boy132](https://github.com/Boy132) **Created:** 12/21/2025 **Status:** ✅ Merged **Merged:** 12/24/2025 **Merged by:** [@Boy132](https://github.com/Boy132) **Base:** `main` ← **Head:** `boy132/handle-install-errors` --- ### 📝 Commits (1) - [`5f1e400`](https://github.com/pelican-dev/panel/commit/5f1e400991c6456007cee3cad68640f31e7c4844) add error notification when plugin install, update or uninstall fails ### 📊 Changes **6 files changed** (+118 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `app/Console/Commands/Plugin/InstallPluginCommand.php` (+7 -2) 📝 `app/Console/Commands/Plugin/UninstallPluginCommand.php` (+7 -2) 📝 `app/Console/Commands/Plugin/UpdatePluginCommand.php` (+7 -2) 📝 `app/Filament/Admin/Resources/Plugins/PluginResource.php` (+49 -25) 📝 `app/Services/Helpers/PluginService.php` (+45 -40) 📝 `lang/en/admin/plugin.php` (+3 -0) </details> ### 📄 Description _No description provided_ --- <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:10:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#1720