plugin list works now finally

This commit is contained in:
2025-08-09 16:43:19 +02:00
parent 543127d339
commit b1de8f53c6
16 changed files with 485 additions and 251 deletions

4
PRP.md
View File

@@ -15,9 +15,9 @@ This document outlines the architecture, functionality, and implementation detai
## 2. Core Technologies & Stack
* **Languages:** PHP 8.1, JavaScript
* **Languages:** PHP 8.3, JavaScript
* **Frameworks & Runtimes:** Laravel 12.21.0, Vue.js 3.5.18, Inertia.js 1.3.0, Livewire 3.6.4, Vite 5.4.19
* **Databases:** MySQL (default), with configurations for PostgreSQL, SQLite, and SQL Server. Redis is used for caching.
* **Databases:** SQLite. Redis is used for caching.
* **Key PHP Libraries/Dependencies:**
* Filament 3.3.34 (for the admin panel)
* Guzzle 7.9.3 (for HTTP requests)