Download the PHP package norman-huth/laravel-git-backup without Composer
On this page you can find all versions of the php package norman-huth/laravel-git-backup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download norman-huth/laravel-git-backup
More information about norman-huth/laravel-git-backup
Files in norman-huth/laravel-git-backup
Package laravel-git-backup
Short Description A Laravel package to backup your application on GitHub
License MIT
Informations about the package laravel-git-backup
Laravel Git Backup
Actually, I didn't want to make it as a (public) package. So I kept everything short and simple in this readme.
This package create a backup via Git.
A few code parts are taken from spatie/laravel-backup. Also, the spatie/db-dumper from spatie is used.
Configuration
In the default configuration, Laravel storage/app
folder uses for backup include a dump of mysql
database connection. In this case, the Backup Git repository is located in the storage/app/.git
directory.
To change the configuration publish the config/git-backup.php file via command line:
Usage
Run the backup manually
Scheduling
For example use Laravel Task Scheduling
Notice
Don't forget to configure global Git settings
All versions of laravel-git-backup with dependencies
ext-zip Version ^1.14.0
illuminate/config Version ^9.0|^10.0|^11.0
illuminate/container Version ^9.0|^10.0|^11.0
illuminate/console Version ^9.0|^10.0|^11.0
illuminate/events Version ^9.0|^10.0|^11.0
illuminate/filesystem Version ^9.0|^10.0|^11.0
spatie/db-dumper Version ^3.0
league/flysystem Version ^3.11