library backup
Laravel package to backup database to AWS S3
pseux/backup
Laravel package to backup database to AWS S3
- Monday, January 8, 2018
- by pseux
- Repository
- 1 Watchers
- 0 Stars
- 6 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Laravel package: backups
Config
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=
AWS_BUCKET=
Examples
php artisan backup db
php artisan backup:import env
Scheduling backups
Add the following code to the schedule function in your App\Console\Kernel.php file:, (*1)
$schedule->command('backup db')->daily();
dev-master
9999999-dev
Laravel package to backup database to AWS S3
Sources
Download
MIT
The Requires
by
Oliver Svenson
database
laravel
backup
1.0
1.0.0.0
Laravel package to backup database to AWS S3
Sources
Download
MIT
The Requires
by
Oliver Svenson
database
laravel
backup