savanrathod/db-backup

Maintainers

Package info

github.com/savan4794/dbbackup

pkg:composer/savanrathod/db-backup

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2025-03-18 04:39 UTC

This package is auto-updated.

Last update: 2026-03-18 07:15:14 UTC


README

A Laravel package to easily backup your database and store it in the project filesystem (local, S3, etc.).

📌 Features

  • Backup your database with a single command.
  • Store backups in any Laravel-supported filesystem (local, S3, Google Drive, etc.).
  • Automatic filename with timestamps.
  • Configurable storage location.

📦 Installation

Require the package via Composer:

composer require savanrathod/db-backup