path->toString(); if (! is_dir($directory)) { mkdir($directory, 0755, true); } $fullPath = $image->path->join($image->filename)->toString(); return move_uploaded_file($tempFileName, $fullPath); } }