Laravel - Request and Response
Find the bug in this Laravel code:
Why might this code fail to set the cookie?
return response('Hi')->cookie('token', 'abc123');Why might this code fail to set the cookie?
