edouna / laravel-db-backup
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 1
pkg:composer/edouna/laravel-db-backup
Requires
- php: ^8.0.0
- symfony/process: ^6.0
Requires (Dev)
- mockery/mockery: dev-master
- orchestra/testbench: ^8.0.0@dev
- phpunit/phpunit: ^10.0.0@dev
This package is auto-updated.
Last update: 2025-10-27 23:58:17 UTC
README
Personal Laravel 6.x back-up & restore tool
Installation
- 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