spatie/laravel-personal-data-export

Can I use this package on another model than a user ?

philippejadin opened this issue · 1 comments

Hope it's the right place to ask. Thank you for your package!

Can I use this to export data from a group model containing a lot of related models and attached files?

The group model is here fyi : https://github.com/philippejadin/agorakit/blob/master/app/Group.php

The idea would be to allow group admin to export a complete zip file of their groups.

Good idea or not to use this package?

You can implement ExportsPersonalData on any model you want.