Export download link
Hi all, i've implemented the export functionality following this guide https://filamentphp.com/docs/3.x/actions/prebuilt-actions/export#overview all works: the file after pressing export button are correctly stored into
storage/app/public/filament_export/
inside a folder named by a progressive number.
But now, how i can give the download link to a user?
Do i have to create a resource to manage all the exports or any others idea?
thanks8 Replies
same here, what if i want to download the csv?
@ocram82 @Soundmit you need to have database notifications enabled. They are sent there
yes, just found a tutorial few seconds ago, very cool feature! Thanks
ok thanks, try later and give a feedback
can you link me that tutorial please? thanks
I don’t remember the exact tutorial but check this https://tapansharma.dev/blog/guide-to-implement-database-notifications-in-a-filament-app
Or on YouTube there are some tuts
thanks a lot. Now i'm trying to have the same behaviour but with s3 disk...the download link don't work. i've an issue:
i don't use S3 at the moment, i don't know this error, sorry