Download the PHP package ratulsaqibkhan/laravel-backup-google-drive without Composer
On this page you can find all versions of the php package ratulsaqibkhan/laravel-backup-google-drive. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ratulsaqibkhan/laravel-backup-google-drive
More information about ratulsaqibkhan/laravel-backup-google-drive
Files in ratulsaqibkhan/laravel-backup-google-drive
Package laravel-backup-google-drive
Short Description Backup Laravel Application using laravel backup in google drive
License MIT
Homepage https://github.com/RatulSaqibKhan/laravel-backup-google-drive
Informations about the package laravel-backup-google-drive
Laravel Application Backup in Google Drive
This is a laravel package to backup your application in google drive along with local directory. This package is inspired by Spatie Laravel Backup and Flysystem Adapter for Google Drive
Install this package using the following command
-
Next step is to add google and backup in the disk option in the config/backup.php.
-
Now set up empty string to the name option in the config/backup.php.
-
Afterward, register GoogleDriveServiceProvider provider inside the config/app.php file.
-
At this point, we will add the storage disk configuration to config/filesystem.php:
-
Now create a folder named "backup" in the application root at which the local backup files could be kept
-
Next, we need to update .env file. In this environment file we need to add the following Google credentials with BACKUP_ENABLE:
-
Now, add backup_enable in config/backup.php outside of backup configuration
-
With the following command the application can be backup:
- For more info go to Spatie Laravel Backup and Flysystem Adapter for Google Drive
All versions of laravel-backup-google-drive with dependencies
spatie/laravel-backup Version *
nao-pon/flysystem-google-drive Version ~1.1