I’m evaluating Valet+ right now and so far I like it! For others who don’t know it as well:
After setting it up you can create a root for your projects, e.g. ~/sites
. All subfolders can automatically be accessed via .test
URL then:
~/sites/starterkit
—> starterkit.test
After setting up Valet+ (see README.md in Valet+ Repo) the Kirby 3 panel will not work. For this you have to download KirbyValetDriver.php (from the Valet repo) and replace the one which was installed with Valet+. The folder where you have to replace the file is:
/Users/YOUR_NAME/.composer/vendor/weprovide/valet-plus/cli/drivers
Thanks a lot @jimbobrjames !