-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Getting the error "Call to undefined method Cloudinary\Cloudinary::upload() "
<?php
use CloudinaryLabs\CloudinaryLaravel\Facades\Cloudinary;
$cloudinary = Cloudinary::upload(
$fullPath,
[
'folder' => 'LMS/verifications/country/Nigeria/selfies',
'transformation' => [
'width' => 350,
'height' => 350,
'crop' => 'fill'
],
'resource_type' => 'image',
]
);
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working