質問編集履歴
1
<code>内にコードを記述
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
既存のコントローラーの処理で、追加で画像をbase64_encodeする記述をどうに書けばいいのかわからないので教えていただければと思います
|
2
2
|
|
3
|
-
|
3
|
+
```
|
4
|
-
|
5
|
-
|
6
4
|
|
7
5
|
public function exeStore(ProductRequest $request)
|
8
6
|
|
@@ -37,3 +35,5 @@
|
|
37
35
|
return redirect(route('home'));
|
38
36
|
|
39
37
|
}
|
38
|
+
|
39
|
+
```
|