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 imagemagickbrew install pkg-configpecl install imagick
the extension automaticly enable on php ini.

No comments :
Post a Comment