dmitrybubyakin / nova-medialibrary-field

Laravel Nova field for managing the Spatie media library
MIT License
262 stars 62 forks source link

Enable support for UUID format of `resourceId` #162

Closed marlocorridor closed 1 year ago

marlocorridor commented 1 year ago

As per checking, there is no specific use on the resourceId to be numeric.

This will resolve the following:

  1. Support for Models with UUIDs.
  2. Prevent use of TransientModel when the model actually exists.
dmitrybubyakin commented 1 year ago

@marlocorridor Thanks!

marlocorridor commented 1 year ago

@marlocorridor Thanks!

Thanks for the fast release!