resolve sql port related errors

This commit is contained in:
2026-03-11 11:13:21 +02:00
parent ccabfc5d8a
commit 5a93cc76fd
76 changed files with 235 additions and 6802 deletions

View File

@@ -1,8 +1,3 @@
<?php
use Illuminate\Foundation\Inspiring;
use Illuminate\Support\Facades\Artisan;
Artisan::command('inspire', function () {
$this->comment(Inspiring::quote());
})->purpose('Display an inspiring quote');
// Register custom Artisan commands here.