dmitrybubyakin / nova-medialibrary-field

Laravel Nova field for managing the Spatie media library
MIT License
264 stars 61 forks source link

medialibrary belongsTo field #138

Open bilogic opened 3 years ago

bilogic commented 3 years ago

Hi,

I was wondering if it makes sense to include a belongsTo field that will show medialibrary images from a foreign table in index view. Thank you.

dmitrybubyakin commented 3 years ago

@bilogic It might be your own implementation. This package uses this method https://github.com/dmitrybubyakin/nova-medialibrary-field/blob/master/src/Fields/Medialibrary.php#L358

bilogic commented 3 years ago

I see, thanks! Let me give it a shot.