load(); // Load configuration require_once __DIR__ . '/../config/config.php'; // Load routes require_once __DIR__ . '/../config/routes.php'; // Initialize application $app = new App\Core\Application(); // Handle the request $app->handle();