2017 © Pedro Peláez
 

library backup

Laravel package to backup database to AWS S3

image

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

The README.md

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();

The Versions

08/01 2018

dev-master

9999999-dev

Laravel package to backup database to AWS S3

  Sources   Download

MIT

The Requires

 

by Oliver Svenson

database laravel backup

08/01 2018

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