<?php require __DIR__ . "/vendor/autoload.php"; app()->get("/", function () { response()->markup("Hello world"); }); app()->run();