79152074

Date: 2024-11-03 05:01:46
Score: 1.5
Natty:
Report link

To resolve: just use this

$uploadedFileUrl = $this->cloudinary->uploadApi()->upload($request->file('product_image')->getRealPath(), [ 'folder' => 'products', 'verify' => false ]);

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