cloudinary-laravel
cloudinary-laravel copied to clipboard
Upload method doesn't support file/image name
No provision to specify image name using the upload method
cloudinary()->upload($request->file('file')->getRealPath(), [
'folder' => 'posts',
'transformation' => [
'width' => 1920,
'height' => 1280
]
])->getSecurePath();