Closed xolf closed 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.
spatie/laravel-backup
With replacing the hardcoded settings for the database and filesystem, the packe might be instantly used out of the box.
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.
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.