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.
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?