解决:进入 public/index.PHP

$app->run();

修改成下面的:

$request = Illuminate\Http\Request::capture();
$app->run($request);

亲测可用:)

相关文章:

  • 2022-12-23
  • 2021-08-04
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-27
  • 2021-11-25
  • 2021-09-16
相关资源
相似解决方案