[PR #404] [CLOSED] Add DatabaseHost to cli #738

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

📋 Pull Request Information

Original PR: https://github.com/pelican-dev/panel/pull/404
Author: @rmartinoscar
Created: 6/16/2024
Status: Closed

Base: mainHead: feature/dbhost-cli


📝 Commits (3)

📊 Changes

3 files changed (+91 additions, -0 deletions)

View changed files

app/Console/Commands/DatabaseHost/DatabaseHostListCommand.php (+36 -0)
app/Console/Commands/DatabaseHost/MakeDatabaseHostCommand.php (+45 -0)
📝 lang/en/commands.php (+10 -0)

📄 Description

Adds p:databasehost:make & p:databasehost:list to artisan

To follow my previous PR i have also added alias to an other branch if you want to merge that instead


🔄 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/404 **Author:** [@rmartinoscar](https://github.com/rmartinoscar) **Created:** 6/16/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/dbhost-cli` --- ### 📝 Commits (3) - [`de0a5e3`](https://github.com/pelican-dev/panel/commit/de0a5e3e33135e59a756ba3c2b7f500c033f02a0) Add cli - [`56f1b1d`](https://github.com/pelican-dev/panel/commit/56f1b1d2b7f45ad320bc8d1d815c048894f19308) Update DatabaseHostListCommand.php - [`54220e7`](https://github.com/pelican-dev/panel/commit/54220e7d2a7fa0d6e9a29ee01aa20cd126ad7cd7) Update MakeDatabaseHostCommand.php ### 📊 Changes **3 files changed** (+91 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `app/Console/Commands/DatabaseHost/DatabaseHostListCommand.php` (+36 -0) ➕ `app/Console/Commands/DatabaseHost/MakeDatabaseHostCommand.php` (+45 -0) 📝 `lang/en/commands.php` (+10 -0) </details> ### 📄 Description Adds p:databasehost:make & p:databasehost:list to artisan >To follow my [previous PR](https://github.com/pelican-dev/panel/pull/403) i have also added alias to [an other branch](https://github.com/RMartinOscar/panel/compare/feature/dbhost-cli...RMartinOscar:panel:feature/dbhost-cli-alias) if you want to merge that instead --- <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:47: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#738