load(); $app = AppFactory::create(); // Include the routes require __DIR__ . '/../src/routes.php'; $app->run();