spatie/laravel-backup-server
Securely store and manage backups from multiple Laravel apps on a dedicated backup server. Built on spatie/laravel-backup, it automatically receives and organizes incoming backups, with setup and docs tailored for Laravel deployments.
CleanupForSourceCompletedEventThis event will be fired when the clean up for a source completed successfully.
It has one public property: $source
CleanupForSourceFailedEventThis event will be fired when the clean up for a source failed.
It has two public properties: $source and `$exception.
CleanupForDestinationCompletedEventThis event will be fired when the clean up for a destination completed successfully.
It has one public property: $destination
CleanupForDestinationFailedEventThis event will be fired when the clean up for a destination failed.
It has two public properties: $source and $exception.
How can I help you explore Laravel packages today?