complete 3.8 with qa test

This commit is contained in:
Naser Mansour
2025-12-26 20:17:40 +02:00
parent 6254d54fe9
commit e593beacfc
14 changed files with 864 additions and 28 deletions
+5
View File
@@ -2,7 +2,12 @@
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');
// Consultation reminder schedules
Schedule::command('reminders:send-24h')->hourly();
Schedule::command('reminders:send-2h')->everyFifteenMinutes();