savanrathod/db-backup


License
MIT

Documentation

Laravel Database Backup Package

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