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
I'm using "spatie/laravel-medialibrary": "^11.10", in Laravel 11.31 and I can no longer use fluent methods getMedia(), getFirstMedia() etc It always returns an empty collection even though the records exist in db. However, $model->media()->where('collection_name', 'collection_name')->get() works fine.
The text was updated successfully, but these errors were encountered:
I'm using "spatie/laravel-medialibrary": "^11.10", in Laravel 11.31 and I can no longer use fluent methods getMedia(), getFirstMedia() etc It always returns an empty collection even though the records exist in db. However, $model->media()->where('collection_name', 'collection_name')->get() works fine.
The text was updated successfully, but these errors were encountered: