diff --git a/public/index.php b/public/index.php new file mode 100644 index 0000000..26daf2f --- /dev/null +++ b/public/index.php @@ -0,0 +1,17 @@ +make(Illuminate\Contracts\Http\Kernel::class); + +$response = $kernel->handle( + $request = Request::capture() +)->send(); + +$kernel->terminate($request, $response); \ No newline at end of file