feat: implement currency rates tracking with models, migrations and views
هذا الالتزام موجود في:
@@ -1,9 +1,7 @@
|
||||
<?php
|
||||
|
||||
use Illuminate\Foundation\Inspiring;
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
use Illuminate\Support\Facades\Schedule;
|
||||
|
||||
Schedule::command('currency:fetch --today')
|
||||
->everySixHours() //
|
||||
->everySixHours()
|
||||
->appendOutputTo(storage_path('logs/currency-fetch.log'));
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
|
||||
use App\Http\Controllers\RateController;
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::get('/', function () {
|
||||
return view('welcome');
|
||||
});
|
||||
Route::get('/', RateController::class);
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم