質問編集履歴
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -11,4 +11,13 @@
|
|
11
11
|
$response= response()->download($path);
|
12
12
|
|
13
13
|
ヘッダーつきでやってもダメでした
|
14
|
-
$response=response()->download($path, "test.pdf", $headers);
|
14
|
+
$response=response()->download($path, "test.pdf", $headers);
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
chromeの開発者ツールで見てみたら、以下のようなエラーが返ってきていました。
|
20
|
+
|
21
|
+
"message": "Call to undefined method Symfony\Component\HttpFoundation\BinaryFileResponse::header()",
|
22
|
+
"exception": "Symfony\Component\Debug\Exception\FatalThrowableError",
|
23
|
+
"file": "/var/www/html/laravel/app/Http/Middleware/Cors.php",
|