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.
Spatie\BackupServer\Tasks\Backup\Events\BackupCompletedEventThis event will be fired after the entire backup process has been completed. It has a public property $backup which is an instance of Spatie\BackupServer\Models\Backup
Spatie\BackupServer\Tasks\Backup\Events\BackupFailedEventThis event will be fired after one of the steps of the backup process failed. It has a public property $backup which is an instance of Spatie\BackupServer\Models\Backup.
How can I help you explore Laravel packages today?