i am using spatie medialibrary in laravel. I have different conversions for media collection ('product-image') like 'thumb'(7070), 'block'(100100) etc. Now i need a new conversion (152*152). How can i insert the new conversion into existing media collection without re-uploading or affecting storage path (/storage/../conversions/)? Thank you in advance.
i have no idea how to do it without re-uploading.
That I know, It is possible to add a new conversion to an existing media collection in Laravel by using spalie MediaLibrary.