classic-o / nova-media-library

Media Library for admin panel "Laravel Nova"
MIT License
157 stars 66 forks source link

Documentation to Display Image #81

Closed giftbalogun closed 2 years ago

giftbalogun commented 2 years ago

Is your feature request related to a problem? Please describe. Hello, i have been trying to retrieve an image i uploaded using the API::getFiles but i only get the storage path the image does not display on the frontend view

Describe the solution you'd like Add a document on how to retrieve the file or document from the backend and display on the front end view

Describe alternatives you've considered

Additional context

classic-o commented 2 years ago

Hi, insert url to src param of tag If you use private file, API has getPrivateFile method

Please, read readme or comments in class methods