Skip to content

Undefined Upload Method #155

@jsanwo64

Description

@jsanwo64

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions