You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update inner workings
- Changed backup and restore to use laravel pipeline, which enables DI in the pipes (before drivers).
- Changed the `BackupDriver` contract to an abstract and renamed it to `BackupPipe`.
- Remove the path based restore process in favor of `BackupDto`s this change allows us to dispatch the backup we are restoring from in the new events.
- Added four events: `BackupCreated`, `BackupRestored`, `RestoreFailed`, `BackupFailed`.
We also cleaned up the code a bunch, and added a more tests and assertions