Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

foudadev's avatar

PHP artisan suddenly stops working

PHP artisan suddenly stops working and I get no error in Cpanel terminal when i try to run any command like php artisan route:list i dont get any response

0 likes
6 replies
tykus's avatar

What does it mean stops working? You need to provide some useful information if you want a useful response.

1 like
foudadev's avatar

@tykus when i try to run any command like php artisan route:list i dont get any response

tykus's avatar

@foudadev stranbge that there would be absolutely no error message/output. Does you web application work; do you actually have a vendor directory? Can you run composer update in the Cpanel console?

I don't use any cpanel type hosting so unsure if they suppress output; can you check the logs for errors?

1 like
johnDoe220's avatar

run

php artisan cache:clear
php artisan config:clear
php artisan view:clear
php artisan route:clear

Please or to participate in this conversation.