I have installed two xampp in my windows 11 machine. One is in c:/xampp and another one is in E:/xampp but the environment variable that I have been using is taking the php version from E:/xampp/php. I would like to run lower version of laravel application with older php version 7 in C:/xampp and new laravel development I would like to use the E:/xampp with latest php version 8. Is there a way in which The xampp in C can use only the php from c:/xampp and the xampp in E can only use the php from E:/xampp.
Question posted in PHP Versions
You can find a list of all versions here.
You can find a list of all versions here.
2
Answers
you can get proper guideline from here in this link:
With Deverser and his Virtual Host Manager you can do whatever you want. You can define a specific environment for each one.