nova-field-cloudinary icon indicating copy to clipboard operation
nova-field-cloudinary copied to clipboard

Make it possible to use optional parameters (i.e. support of folders)

Open carnevalle opened this issue 5 years ago • 1 comments

I have added support for using the optional parameters in the Cloudinary Upload API. The parameters are configurable when creating the field using the cloudinary method, like this

use Silvanite\NovaFieldCloudinary\Fields\CloudinaryImage;

public function fields(Request $request)
{
    return [
        ...
        CloudinaryImage::make('Image')->cloudinary([
            'folder' => 'images'
        ]),
    ]
}

carnevalle avatar Dec 19 '19 13:12 carnevalle

@carnevalle @FlavioIshii This looks really interesting. I will take a look at this and see if we can get this merged.

lukebouch avatar Aug 15 '22 13:08 lukebouch