feat: implement currency exchange rate scraping service and command

هذا الالتزام موجود في:
2025-05-24 01:37:27 +03:00
الأصل 76c2ab12c8
التزام 72b4eff3ee
10 ملفات معدلة مع 1087 إضافات و40 حذوفات

عرض الملف

@@ -3,6 +3,7 @@
use Illuminate\Foundation\Inspiring;
use Illuminate\Support\Facades\Artisan;
Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->purpose('Display an inspiring quote');
Schedule::command('currency:fetch --today')
->everySixHours() //
->appendOutputTo(storage_path('logs/currency-fetch.log'));