I don't use MacOS, but I'm quite sure that you only had to install the package with brew.
How do I ensure all dependencies are installed for PHP extensions on MacOS?
Hi guys. I cloned a repo to try it out and got an error about the missing ext-imagick extension. I have installed it successfully, but I’m curious about how to find the full instructions for installing a PHP extension on MacOS. For example, with ext-imagick, after running pecl install imagick, I got errors about missing some ImageMagick MagickWand API configs. After some research, I found out that I needed to install it with brew install imagemagick first. So, for other extensions, how do I know if I need to install something else first? I’m still new to macOS. Thanks, and have a nice day!
Please or to participate in this conversation.