ebess / advanced-nova-media-library

A Laravel Nova field for displaying, creating, updating and ordering a Spatie Media Library model.
596 stars 297 forks source link

JPEG file not allowing. #418

Open pratikdzignuts opened 1 year ago

pratikdzignuts commented 1 year ago

Hello, I'm installing this package in my nova project, And I'm Uing Images Class for upload multiple files but this class not accept jpeg format image. Also I'm trying to upload image with Media class but this class not provide crop functionality. can you please help how to resolve issue. my code is Media::make('Image','image')->singleMediaRules(['mimes:png,jpg,jpeg'])->croppable(true); Images::make('Image','image')->singleImageRules(['mimes:png,jpg,jpeg']). Errors: Method Ebess\AdvancedNovaMediaLibrary\Fields\Media::croppable does not exist