hampni/backupdb

Makes backup of database

Maintainers

Details

github.com/Hampni/backup

Source

Issues

Installs: 37

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/hampni/backupdb

1.0.17 2022-09-13 15:42 UTC

This package is auto-updated.

Last update: 2025-09-13 22:16:03 UTC


README

  1. Run command composer require hampni/backupdb
  2. Run command php artisan vendor:publish --provider='Hampni\Backupdb\Providers\BackupDbProvider'
  3. Run command php artisan migrate

You can adjust maximum amount of backups in config/backup.php backup_amount. If you exceed maximum amount, the oldest one will be deleted

To create backup run command php artisan backup:create