I am using Laravel Valet. I have installed image magick and imagick via brew using the following commands
brew install imagemagick
and
brew install homebrew/php/php70-imagick
Inside my /project directory.
When I run brew search I get a little tick next to each, showing that they have installed.
However, when I try to use it in my project I get the dreaded "class Imagick not found" error. Not too sure what I did wrong here.