You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: