add sync to leader dashboard new from google spreadsheet

This commit is contained in:
arifal hidayat
2025-06-14 02:15:49 +07:00
parent baed8cc487
commit 780ba60224
22 changed files with 933 additions and 644 deletions

View File

@@ -8,4 +8,5 @@ Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->purpose('Display an inspiring quote')->hourly();
Schedule::command("app:scraping-data")->dailyAt("00:00");
Schedule::command("app:scraping-leader-data")->dailyAt("00:00");
Schedule::command("app:scraping-data")->dailyAt("00:30");