Laravel package to backup database to AWS S3
github.com/pseux/backup
pkg:composer/pseux/backup
Installs: 97
Dependents: 0
Suggesters: 0
Stars: 0
Open Issues: 0
Advisories: 0
Aikido package health analysis
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT ca72da12f77955e789141b3f4fb9aa943907beac
databasebackuplaravel
This package is auto-updated.
Last update: 2026-02-20 23:32:20 UTC
AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= AWS_DEFAULT_REGION= AWS_BUCKET=
php artisan backup db php artisan backup:import env
Add the following code to the schedule function in your App\Console\Kernel.php file:
schedule
App\Console\Kernel.php
$schedule->command('backup db')->daily();