Install PHP Imagick on Mac
To isntall php extension imagick you must using pecl. After you install PHP, you get pecl too. and you can do this step on terminal.
brew install imagemagick
brew install pkg-config
pecl install imagick
the extension automaticly enable on php ini.
No comments :
Post a Comment