Laravel Backup

screenshot of Laravel Backup
laravel

A package to backup your Laravel app

Overview:

This Laravel package offers a modern backup solution for Laravel apps. It creates a zip file containing all specified directories' files and a database dump, which can be stored on configured filesystems. The package includes a backup monitor for health checks, notifications for backup problems, and the ability to backup to multiple filesystems simultaneously. It also provides cleanup for old backups to manage disk space efficiently.

Features:

  • Backup Creation: Generates a zip file with specified directories' files and a database dump.
  • Multiple Filesystems: Supports storing backups on various filesystems configured in Laravel.
  • Backup Monitoring: Includes a backup monitor to check the health of backups and notify in case of issues.
  • Cleanup Functionality: Can clean up old backups to prevent excessive disk space usage.
laravel
Laravel

Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.