Laravel 5 / Lumen Request Header?

前端 未结 5 609
你的背包
你的背包 2021-02-05 04:32

So I am not really sure how to go about this I have tried a few things and I will list one below however what I am trying to do is store information sent in a http request in a

5条回答
  •  再見小時候
    2021-02-05 04:56

    Try to change the Illuminate\Http\Request to Request.

    - use Illuminate\Http\Request;
    + use Request;
    

提交回复
热议问题