📜  致命错误:require_once():在 C:\xampp\htdocs\localhost\ 中打开所需的 'C:\xampp\htdocs\localhost\myapp public index.php' (include_path='C:\xampp\php\PEAR') 失败第 21 行的 myapp\server.php - PHP 代码示例

📅  最后修改于: 2022-03-11 14:53:54.046000             🧑  作者: Mango

代码示例1
make(Kernel::class);

$response = tap($kernel->handle(
    $request = Request::capture()
))->send();

$kernel->terminate($request, $response);