diff --git a/public/index.php b/public/index.php new file mode 100644 index 00000000..66ea93cd --- /dev/null +++ b/public/index.php @@ -0,0 +1,55 @@ +make(Kernel::class); + +$response = tap($kernel->handle( + $request = Request::capture() +))->send(); + +$kernel->terminate($request, $response);