How to order images when using Media Library

Hi, Im using Spatie Media Library and the images are displayed in my form and table in reverse, so the bottom one is ordered 1 and the top one is the last. How can I change this please?
1 Reply
bardolf_6969
bardolf_69693d ago
I'd also like to know if there is a way to change this behaviour @FranklySteve as a workaround, I'm reversing the order when I output the media elsewhere. That way my preview looks like it is in ascending order even though it is in descending order. Not sure if that helps.
$mediaItems = $yourModel->getMedia();

$all = $mediaItems->sortByDesc('order_column')
$first = $MediaItems->last()
$mediaItems = $yourModel->getMedia();

$all = $mediaItems->sortByDesc('order_column')
$first = $MediaItems->last()
Want results from more Discord servers?
Add your server