Download the PHP package parkourben99/laravel-mysql-s3-backup without Composer
On this page you can find all versions of the php package parkourben99/laravel-mysql-s3-backup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download parkourben99/laravel-mysql-s3-backup
More information about parkourben99/laravel-mysql-s3-backup
Files in parkourben99/laravel-mysql-s3-backup
Package laravel-mysql-s3-backup
Short Description Backup the MySQL database of your Laravel app to Amazon S3
License
Informations about the package laravel-mysql-s3-backup
Laravel MySQL to S3 Backup
This package was rewritten and extra features added, it can be found https://github.com/ayles-software/laravel-mysql-s3-backup
This is a very simple database backup script for Laravel. It takes a mysqldump
and optionally saves it to Amazon S3.
This package is very opinionated. Other backup scripts can support other database types or other places besides S3 to store your backup. This does not.
Installation
-
Install package
Or add it to your
composer.json
: -
Update your composer packages
-
Update
config/app.php
:Service Provider is autoloaded if you want to registered it manually then add
-
Publish and edit the config
Edit
config/laravel-mysql-s3-backup.php
:
Usage
That's it. No arguments or optional parameters.