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
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-08-27 23:31:23 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