代码之家  ›  专栏  ›  技术社区  ›  Dan Sandberg

在Laravel中,如何确定是否正在处理请求?

  •  1
  • Dan Sandberg  · 技术社区  · 6 年前

    我能想到的最佳解决方案是检查$request->header(“user-agent”)是否包含“symfony”。这看起来很粗糙。

    1 回复  |  直到 5 年前
        1
  •  2
  •   Brian Lee    5 年前

    app()->runningInConsole()