Is there a way to get the PHP version set for each project to reflect on the terminal? #678
-
In Herd you can set different PHP versions for different projects, however, the PHP version that is used on the terminal is the 'Global PHP Version' set in the herd dashboard irrespective of your current directory. For example, I have 3 projects blog.test - using PHP 8.3 Even after setting this manually on the Sites page of herd, when I |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Use "herd php" and "herd composer" inside a project directory to use the isolated version of PHP. |
Beta Was this translation helpful? Give feedback.
Use "herd php" and "herd composer" inside a project directory to use the isolated version of PHP.