Install Imagick Php Ubuntu

[Solved] Install Imagick Php Ubuntu | Shell - Code Explorer | yomemimo.com
Question : install imagick php ubuntu

Answered by : snippets

#install imagick
sudo apt-get install php-imagick
#check if installed
php -m | grep imagick
#restart your web server
sudo service apache2 restart
or
sudo service nginx restart

Source : | Last Update : Fri, 25 Dec 20

Answers related to install imagick php ubuntu

Code Explorer Popular Question For Shell