[Bug]: CustomDriver::siteInformation not working as expected
Platform
macOS
Operating system version
macOS 26.1 (25B78)
System architecture
ARM64 (M1, M2, etc)
Herd Version
Herd 1.24.0
PHP Version
8.3.28
Bug description
I have a custom driver which follows the example code from the homepage.
When I run
herd site-information
via CLI , I'm getting my expected response , but the site information in herd returns
Steps to reproduce
No response
Relevant log output
I have a hard time reproducing this. Can you try to run the site information command like so: herd site-information "FULL-PATH-TO-YOUR-PROJECT"? Can you share the siteInformation method of your custom driver? You can also send it to [email protected] if you don't want to post it publicly.
I think it's related to https://stackoverflow.com/questions/76682934/valet-requires-homebrew-to-be-installed-on-your-mac which I've found while trying to locate my issue. I was in fact using home-brew to install php years ago, then I moved to MAMP Pro and then to Herd, so there may be still some old artifacts on the system, I'll probably need to do some further testing next weekend.