olssonm / laravel-backup-shield

🔒Password protection (and encryption) for your laravel backups.
MIT License
32 stars 5 forks source link

Laravel 9 Support #22

Closed ChrisSantiago82 closed 2 years ago

ChrisSantiago82 commented 2 years ago

Is there a plan to support Laravel 9?

olssonm commented 2 years ago

@ChrisSantiago82 Well, I guess that would be possible – but if you're already on Laravel 9, then you have to use spatie/laravel-backup version 8 or above. It already supports encryption built in (se the docs: https://spatie.be/docs/laravel-backup/v8/advanced-usage/encrypt-backup-archives), so this package would be superfluous.

Else, get back with your use-case and I'll look into it if it's feasible/necessary.

ChrisSantiago82 commented 2 years ago

I didn't know that. Thank you