edouna/laravel-db-backup

There is no license information available for the latest version (dev-develop) of this package.

dev-develop 2023-06-27 18:43 UTC

This package is auto-updated.

Last update: 2025-08-27 23:31:23 UTC


README

Personal Laravel 6.x back-up & restore tool

Installation

  1. Run the following command:
$ composer require edouna/laravel-db-backup

Usage

Backup

Creates a dump file in app/storage/db-backups This folder can be changed in config/db-backup.php

$ php artisan db:backup

Restore

The restore function will display a list of made back-ups and present a list to choose from.

$ php artisan db:restore