A timeout error like this sounds like your app could be having trouble connecting to your database - is this on your local machine or a remote server?
Also, if it's on a remote server, is the database on the same server or located elsewhere?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I started out trying to run php artisan migrate as I usually do, but it would just hang there in the terminal until timeout error. This now happens with any artisan command that I try and run - nothing will work. I didn't touch any of my config files. Any tips on how to debug this? Thanks a bunch!
Please or to participate in this conversation.