A Laravel package to generate database backups with optional ZIP encryption and password protection. Designed for simplicity, performance, and route-based access.

1.3.0 2025-06-01 21:33 UTC

This package is auto-updated.

Last update: 2025-06-01 21:40:48 UTC


README

License: MIT

A Laravel package to generate database backups with optional ZIP encryption and password protection. Designed for simplicity, performance, and route-based access.

Installation

Require the package via Composer:

composer require mikailfaruqali/backup

Configuration

Publish the config file to customize the package settings:

php artisan vendor:publish --provider="Snawbar\Backup\BackupServiceProvider" --tag="config"

Requirements

License

This package is open-sourced software licensed under the MIT license.

Author

Snawbar — alanfaruq85@gmail.com

Links