I am working with Spatie Media library in Laravel ,
I can only get first media url while mentioning conversion type & collection :
$model->getFirstMediaUrl('collection','conversion');
How can I get all of the media with collection and conversion that I want ?
Regards.