true, 'async_discovery' => true, // weitere Konfigurationsoptionen... ]; // Anwendung initialisieren und ausführen $basePath = dirname(__DIR__); $bootstrapper = new AppBootstrapper($basePath, $meter, $config); $app = $bootstrapper->bootstrapWeb(); // Anwendung ausführen $app->run(); exit;