spatie/laravel-backup
Create ZIP backups of your Laravel app: selected files plus database dumps. Store backups on any Laravel filesystem (including multiple destinations), monitor backup health, send notifications on failures, and automatically clean up old backups to save space.
spatie/laravel-backup is a modern backup solution for Laravel applications. It generates a ZIP backup containing selected project files and a database dump, then stores it on any Laravel-configured filesystem disk (local, S3, etc.), optionally to multiple destinations for extra safety.
Run backups via Artisan and keep them reliable with built-in monitoring, notifications, and automated cleanup.
php artisan backup:runHow can I help you explore Laravel packages today?