Tuesday, October 2, 2018

Install PHP Imagick on Mac

  No comments
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