ebess / advanced-nova-media-library

A Laravel Nova field for displaying, creating, updating and ordering a Spatie Media Library model.
591 stars 295 forks source link

Add functionality to display image filename #415

Open anand-patel opened 1 year ago

anand-patel commented 1 year ago

This pull request introduces the capability for users/admins to view the filename of an image.

Key Changes:

  1. Added showName() method to display the filename of the image.
  2. Adjusted existing code to display both information with showStatistics.

showName() only

Screenshot 2023-09-12 at 11 16 43 AM

showStatistics() only

Screenshot 2023-09-12 at 11 16 56 AM

showName() and showStatistics()

Screenshot 2023-09-12 at 11 17 14 AM