service_retrieve_data

This commit is contained in:
pcalengratha
2026-03-24 16:56:45 +07:00
parent 28bbb46165
commit 801f280ff9
9 changed files with 816 additions and 6 deletions

View File

@@ -2,7 +2,10 @@
use Illuminate\Foundation\Inspiring;
use Illuminate\Support\Facades\Artisan;
use Illuminate\Support\Facades\Schedule;
Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->purpose('Display an inspiring quote');
Schedule::command('app:fetch-source-data')->everyTwoHours();