質問編集履歴

2

一部修正しました

2019/11/22 09:57

投稿

kentooooo
kentooooo

スコア18

test CHANGED
File without changes
test CHANGED
@@ -6,7 +6,9 @@
6
6
 
7
7
  DBに保存したデータをjsonで返そうとしていますが
8
8
 
9
- 出力すると文字化けします
9
+ 出力すると文字化けします
10
+
11
+ 文字化けしないようにしたいです
10
12
 
11
13
  ### 発生している問題・エラーメッセージ
12
14
 

1

内容一部修正しました

2019/11/22 09:57

投稿

kentooooo
kentooooo

スコア18

test CHANGED
File without changes
test CHANGED
@@ -42,7 +42,7 @@
42
42
 
43
43
  $profilejson = json_encode($profile);
44
44
 
45
- return view('usermakesakuraprofiles.show', compact('profile','profilejson'));
45
+ return view('profiles.show', compact('profile','profilejson'));
46
46
 
47
47
  }
48
48