コード例 #1
0
 protected function makePhoto($file)
 {
     return ProductPhoto::named($file->getClientOriginalName())->move($file);
 }