spatie/laravel-backup-server
Receive, store, and manage encrypted backups from multiple Laravel apps on a dedicated backup server. Built on top of spatie/laravel-backup, it centralizes backup uploads, retention, and monitoring for safer off-site storage.
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?