feat: Implement a core plugin system, integrate flag icon assets, and establish a GitHub release workflow.

This commit is contained in:
MivoDev
2026-01-18 11:00:36 +07:00
parent b245f31236
commit c95c8b08ea
579 changed files with 25054 additions and 313 deletions

View File

@@ -30,6 +30,10 @@ require_once ROOT . '/app/Core/Autoloader.php';
// Initialize Router
$router = new Router();
// Initialize Plugin System
$pluginManager = new \App\Core\PluginManager();
$pluginManager->loadPlugins();
// Global Error Handling for Dev Mode
if (\App\Config\SiteConfig::IS_DEV) {