Laravel - Request and Response
What will be the output of this Laravel code snippet?
What happens when this response is sent to the browser?
Cookie::queue('lang', 'en', 30);
return response('OK');What happens when this response is sent to the browser?
