backup add feature: upload to google drive

This commit is contained in:
xiaomlove
2021-05-11 01:41:58 +08:00
parent 3e4471f533
commit fa57e78c74
8 changed files with 26 additions and 13 deletions

View File

@@ -58,7 +58,7 @@ class Test extends Command
// $rep->assignCronjob();
// $r = $rep->cronjobCheckout();
$disk = Storage::disk('google_dirve');
$r = $disk->files();
$r = $disk->put('/', base_path('composer.json'));
dd($r);
}