Daron
Daron
Which functions do you think are out of date @utsavdevsharma? I think I could find some time this weekend to open a PR updating some of that if it makes...
Just ran into this issue as well. The workaround above still works as some Laravel 8 and Statamic `3.0.46` An extra paragraph or two on the article @jeremydouglas mentioned would...
I can take a stab at it @jarednova but I'm not sure what the correct fix would be... maybe instantiating `$query` as a `stdObject` if it comes in as the...
Just for a giggle, I swapped it from `$query` to `$wp_query` and that generated 200 warnings on the same page. Not good hah. Since that `$query` variable is currently undefined...
I also just ran into this error. macOS using the new Herd app that was released at Laracon US 2023.
I was able to generate the keys by using the php binary included in Homebrew. The binary provided by Herd does not appear to have all of the required extensions...
@joshuasanjuan1717 I have a mac with openssl already installed. It's was a problem with the linked binary in my case.
@wongjn its the “can’t find path to executables” error toast in the bottom right hand corner. Not sure what to say other than that. Maybe it’s a macOS thing?
https://cln.sh/1jdhuz https://cln.sh/oqBd2o Running it manually works fine. I wonder if it has to do with how VScode processes those relative paths on the OS. If I have time, I can...