outl1ne / nova-notes-field

This Laravel Nova package adds a notes field to Nova's arsenal of fields.
MIT License
51 stars 36 forks source link

Added ability to use model attribute for the avatar url #30

Closed SimonBarrettACT closed 3 years ago

SimonBarrettACT commented 3 years ago

This is a fix for issue #29.

The 'get_avatar_url' entry in config can now be used to return a callable or the avatar url attribute name on the model.