edouna/laravel-db-backup

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

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 1

pkg:composer/edouna/laravel-db-backup

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

This package is auto-updated.

Last update: 2025-10-27 23:58:17 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