Install Imagick Extension for PHP on Ubuntu
Monday, 24 April 2017
It’s fairly straightforward to install imagick extension for PHP on ubuntu For PHP 7 sudo apt-get install php-imagick For PHP 5 sudo apt-get install php5-imagick Restart Apache service apache2 restart
- Published in Servers