質問編集履歴

1

追記

2020/01/25 10:35

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -25,3 +25,21 @@
25
25
  ヘッダーつきでやってもダメでした
26
26
 
27
27
  $response=response()->download($path, "test.pdf", $headers);
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+ chromeの開発者ツールで見てみたら、以下のようなエラーが返ってきていました。
38
+
39
+
40
+
41
+ "message": "Call to undefined method Symfony\Component\HttpFoundation\BinaryFileResponse::header()",
42
+
43
+ "exception": "Symfony\Component\Debug\Exception\FatalThrowableError",
44
+
45
+ "file": "/var/www/html/laravel/app/Http/Middleware/Cors.php",