spatie/laravel-backup

A package to backup your Laravel app

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 54 minutes ago
Added to GitGenius on September 11th, 2026
Created on February 17th, 2015
Open Issues & Pull Requests: 0 (+0)
GitHub issues: Enabled
Number of forks: 785
Total Stargazers: 6,023 (+0)
Total Subscribers: 89 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Laravel Backup is a package that automates backups of Laravel applications.

The package solves the problem of reliably backing up application data and files by providing a unified interface to create, store, and manage backups. It handles both database dumps and filesystem snapshots, allowing developers to configure backup sources and destinations through simple configuration. The tool supports multiple storage backends for storing backup artifacts, enabling backups to be pushed to remote locations automatically.

Teams should adopt this package if they need straightforward backup automation for Laravel applications without building custom backup infrastructure. It suits projects of any size that require regular, scheduled backups with minimal configuration overhead. The package is particularly valuable for teams wanting to offload backup management to a well-tested solution rather than implementing their own backup logic.

The project maintains active engagement with its codebase, regularly addressing issues and incorporating improvements. Development follows a pattern of consistent maintenance with responsiveness to reported problems. The maintainers demonstrate commitment to keeping the package compatible with current Laravel versions and addressing edge cases that users encounter in production environments.