pdewit / nova-external-url

An external URL Laravel Nova field.
31 stars 6 forks source link

added customizable link text in index & details view #3

Closed iaK closed 5 years ago

iaK commented 6 years ago

This PR makes the link text customizable in the index and details view. Very simple implementation that provides a linkText method on the external url field on a nova resource.

pdewit commented 5 years ago

Thanks!