Download the PHP package timacdonald/multisite-backup-command without Composer
On this page you can find all versions of the php package timacdonald/multisite-backup-command. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download timacdonald/multisite-backup-command
More information about timacdonald/multisite-backup-command
Files in timacdonald/multisite-backup-command
Package multisite-backup-command
Short Description A wrapper around spatie/laravel-backup backup command to make it super simple to backup multiple sites on a single server
License MIT
Informations about the package multisite-backup-command
Multisite Backup Command for spatie/laravel-backup
This command wraps the spatie/laravel-backup
backup command to make it super simple to backup multiple sites on a single server - from the one Laravel installation. You can read more about is over on my blog.
Installation
You should already have spatie/laravel-backup
installed and configured.
You can install using composer from Packagist.
Usage
Extend the class and add the command to your app as per usual. Then add you sites the $sites
variable:
And then you will have to following commands available:
v1 to v2 upgrade guide
The structure of the $sites
array has changed. Please update the array and you should be good to go.
Previously:
Update each site to the following structure:
And your done!
Thanksware
You are free to use this package, but I ask that you reach out to someone (not me) who has previously, or is currently, maintaining or contributing to an open source library you are using in your project and thank them for their work. Consider your entire tech stack: packages, frameworks, languages, databases, operating systems, frontend, backend, etc.
All versions of multisite-backup-command with dependencies
illuminate/console Version ~5.5.0
illuminate/contracts Version ~5.5.0
spatie/laravel-backup Version ^5.0