Backup and Restore data from active database and skip deleted rows in restore

Maintainers

Package info

github.com/ahmedsaoud31/laradb

pkg:composer/ahmedsaoud31/laradb

Transparency log

Statistics

Installs: 17

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2026-07-28 05:56 UTC

This package is auto-updated.

Last update: 2026-08-01 11:13:33 UTC


README

Latest Version on Packagist Total Downloads License

Laradb is a package to Backup and Restore data from active database and skip deleted rows in restore.

Use this package when you change database schema and you want to restore the old data to your actual database.

First backup your current database using this package and after finishing your editing just restore the database.

Some times we need to run migrate:fresh command, in this case this package will help you to restore the previous database records.

Installation

composer require ahmedsaoud31/laradb

The package will automatically register its service provider.

Usage

Backup database

Run the Laradb console command:

php artisan laradb:backup

Restore database

Run the Laradb console command:

php artisan laradb:restore

License

The MIT License (MIT). Please see License for more information.