Following is the output displayed on browser on running any of the Yii
project from localhost:
(new yii\web\Application($config))->run();
I have changed my system and the new system has newly installed windows 10, I have installed same xampp version over new system and moved htdocs
folder in there. I also have configured Fast CGI
in xampp to run two versions of php using same xampp just as I did in previous system's xampp. I have set the path variables for both php versions in system's environment paths. Also, uncommented the following lines from windows host file:
# 127.0.0.1 localhost
# ::1 localhost
What else should I do to get the project run, what am I missing in setting up the system?