spatie / laravel-medialibrary

Associate files with Eloquent models
https://spatie.be/docs/laravel-medialibrary
MIT License
5.78k stars 1.08k forks source link

Add getLastMedia, getLastMediaUrl, getLastTemporaryUrl, getLastMediaPath methods #3600

Closed kidii closed 6 months ago

kidii commented 6 months ago

After that, it would not only be getFirstXY, but also getLastXY methods.

aabadawy commented 6 months ago

Nice Work!, Check this PR also https://github.com/spatie/laravel-medialibrary/pull/3371

kidii commented 6 months ago

Oh, I didn't searched for it. :(

Let's see what happens now.😬

aabadawy commented 6 months ago

Oh, I didn't searched for it. :(

Let's see what happens now.😬

I still see the idea of adding getLastMedia is so helpful 🤝 , as many cases need to fetch the last media, like CV,Profile picture, invoice, ...etc. let's see @freekmurze opinion.

freekmurze commented 6 months ago

I'm going to hold off this one for now to keep the package simple.