Run these commands to install ImageMagick extension for PHP on MacOs:
- brew install imagemagick
- pecl install imagick
- Restart PHP brew services restart php
You may need to check if imagick is loaded in your php.ini file. Run php -m | grep -i imagick to see if the module is activated.
Thanks for reading. Make sure you follow me on Twitter to stay up to date on the progress of my side projects T.LY, Weather Extension, and Link Shortener Extension. If you are interested in the tech I use daily, check out my uses page.