Php versions – How can I use a specific PHP version when running a powershell command/instance without changing the global version?
I am trying to run a seed command for an application but windows power shell runs it with PHP 5, when the app is running on PHP 7. I need it to run that one command assuming php as version…