Problema con descarga de archivo xml con laravel
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#3
$response->header('Cache-Control', 'public'); $response->header('Content-Description', 'File Transfer'); $response->header('Content-Disposition', 'attachment; filename=test.xml'); $response->header('Content-Transfer-Encoding', 'binary'); $response->header('Content-Type', 'text/xml');