mirror of
https://github.com/mivodev/mivo.git
synced 2026-01-26 05:25:42 +07:00
feat: Implement a core plugin system, integrate flag icon assets, and establish a GitHub release workflow.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user