6. Tạo response Đính kèm cookie cho response (Attaching cookie to response)(ok)
https://viblo.asia/p/tap-17-response-laravel-aWj534RGK6m
return response($content)
->header('Content-Type', $type)
->cookie('name', 'value', $minutes);->cookie($name, $value, $minutes, $path, $domain, $secure, $httpOnly)Last updated