when developing with native PHP, just add the following lines of code directly to the configuration document
location / {
try_files $uri $uri/ /index.html;
}
now after changing to TP5, adding the above lines of code will not work. Has any boss ever encountered this problem? Help me out, thank you