Here’s a real example of what I’m facing.
I tried running a simple command:
php artisan tinker --execute="echo App\Models\LotteryResult::count();"
And this is what happens:
-
Status shows “Running…”
-
No output
-
No error
-
No completion
It just hangs indefinitely.
This is not a heavy or complex command — it should return instantly.
But instead, it gets stuck like this every time.
This makes even basic debugging impossible.
Attaching screenshot for reference.
