plank / laravel-mediable

Laravel-Mediable is a package for easily uploading and attaching media files to models with Laravel
MIT License
758 stars 100 forks source link

Prevent Eager Loading #363

Open ehsan-soleimanian opened 2 days ago

ehsan-soleimanian commented 2 days ago

there is a problem with fetching a specific media with its tag using getMedia() for a specific Model it attaches all the attached media to the instance of model and it's a heavy loading if we have already attached many media. how we can preventing this ?