Here I’m working on a simple laravel project which uses php version of 7.1.3 and I have php version 8.1.2 installed on my computer.
How do I specify specific php version for different projects?
I tried to re-install php 7.1 version but I have other projects on my computer which uses 8 or higher.
Can I specify specific php version for different laravel projects?