Skip to content

Commit

Permalink
remove spatie/laravel-backup
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmajor committed May 3, 2024
1 parent 59783d0 commit 866dc3f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 338 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"nesbot/carbon": "^3.2",
"sentry/sentry-laravel": "^4.5",
"spatie/laravel-activitylog": "dev-fix-tapping#9d38653",
"spatie/laravel-backup": "^8.6",
"spatie/laravel-flash": "^1.10",
"spatie/laravel-sitemap": "^7.2",
"symfony/css-selector": "^7.0",
Expand Down
239 changes: 1 addition & 238 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

94 changes: 0 additions & 94 deletions config/backup.php

This file was deleted.

5 changes: 0 additions & 5 deletions routes/console.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,5 @@

use App\Console\Commands;
use Illuminate\Support\Facades\Schedule;
use Spatie\Backup\Commands as Backup;

Schedule::command(Commands\GenerateSitemap::class)->weekly();

Schedule::command(Backup\CleanupCommand::class)->dailyAt('01:00');
Schedule::command(Backup\BackupCommand::class)->dailyAt('02:00');
Schedule::command(Backup\MonitorCommand::class)->dailyAt('03:00');

0 comments on commit 866dc3f

Please sign in to comment.