簡體   English   中英

為什么request()helper返回空數組?

[英]Why request() helper return empty array?

我想在Error Handler中的report()函數中使用請求信息,但是無法獲取它。

public function report(Exception $exception)
{
    $request = request();
    // -> empty array
    parent::report($exception);
}

為什么request()helper返回空數組? 謝謝。

您可以使用網址助手:

url()->current();

要么

url()->full();

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM