spatie / laravel-backup

A package to backup your Laravel app
https://spatie.be/docs/laravel-backup
MIT License
5.65k stars 763 forks source link

Use defined config #1726

Closed xolf closed 1 year ago

xolf commented 1 year ago

I added spatie/laravel-backup to my project and was curious why it wasn't using my default database and filesystem for the backup.

With replacing the hardcoded settings for the database and filesystem, the packe might be instantly used out of the box.

freekmurze commented 1 year ago

I think it's a good change, but right now this might change behaviour for some users.

I'll take a look again when creating the next major version.