79199414

Date: 2024-11-18 09:52:11
Score: 1.5
Natty:
Report link

$full_path = Storage::disk("uploads")->put("/my_image.jpg", $file);

$full_path = Storage::disk("uploads")->put("images/my_image.jpg", $file);

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dmytro Konovalenko