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

needtoasktd's avatar

Deployed changes not displaying on live website

I'm currently having an issue with not being able to show live website updates. The deployment logs also show the changes have been deployed. However, an issue I have is that this is not a project I made so I want to make sure if there are more solutions that it would be a safe one. Any suggestions? These are the solutions I tried so far: 1- Restarting nginx(sudo service nginx restart) 2-Php-fpm restarts each time according to the logs the command is giving me an error however...Should I try doing it directly through the server? It needs to be througha terminal. 3-php atisan clear:cache and config 4- Turned on developer mode on cloudfare just in case 5-tried o different browsers

PHP version:7.1 Laravel version: 5.8

Any suggestions would be appreciated!

0 likes
2 replies
lbecket's avatar

according to the logs the command is giving me an error

What is the error?

needtoasktd's avatar

@lbecket sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper

Please or to participate in this conversation.