We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
apt install php7.2-zip php-xml
$resp = JsonResponse::create(['data' => $data]); $resp->header('Cache-Control', 'max-age=3600'); return $resp;