forss-it / laravel-gdpr-compliance

GDPR compliant data handling with ease
54 stars 5 forks source link

Download associated files #77

Open TomWhitson opened 3 years ago

TomWhitson commented 3 years ago

Is there a good way to extend this to download all user files (either along with associated models or as a zipped bundle)

dsbilling commented 3 years ago

Yes, with this: https://github.com/kfvit/laravel-gdpr-compliance#lazy-eager-loading-relationships

TomWhitson commented 3 years ago

Perhaps I was not clear, I've got file paths stored in the model as text so obviously in the download this just comes through as text. I was looking to see if there's a way to download these as files.

dsbilling commented 3 years ago

Ah, I see now. I would build upon this package to get what you want. I think this is a good idea to implement. If you find a good solution make a PR.