If you don't have virtual host files for your projects, you can look into setting this up via nginx configuration.
Feb 7, 2024
2
Level 1
Managing multiple php versions
Hi, I have 2 different projects on a single server, One is a laravel project that requires php 8.3 and another one includes php scripts which uses php 7.4.
How can I use php 8.3 for laravel project and for another project its 7.4. Where can we maintain the configurations? I would have gone with changing paths in virtual host file, but the file for the project doesn't exists.
Please or to participate in this conversation.