Neos welcome php file

Hi,

Since we are running the Neos server by ./flow server:run CMD.
We are updating index.php file but it is not rendering any changes on the browser.

Can you suggest which is the welcome page?(Which one is first PHP file to render)

index.php in the Web folder is the entrypoint of all web requests.

What changes to the index.php are you trying to get rendered? What is it that you actually wanna do?

Did you work around this issue?