Show file uploaded in Infolist
Hi. My forms uploads a PDF to the storage. Is there a way to show a component in an Infolist and download the file?
Thanks
3 Replies
I would probably do it with a custom entry, you will get access to the record and can use the Laravel storage helpers for download buttons and such: https://filamentphp.com/docs/3.x/infolists/entries/custom
Simplest for is probably a TextEntry with a
->url()