Level 60
https://laravel.com/docs/9.x/valet#php-versions
Valet only serves one PHP version at a time, even if you have multiple PHP versions installed.
docker can do this instead
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I'm using [email protected] with all of our laravel projects. but recently I've updated my php version to [email protected] & also upgraded Valet & Laravel Installer. After that all of our old projects are stopped working because valet is using [email protected] behind the scene. so is there any way I can use both the versions of php based on project's requirements?
Please or to participate in this conversation.