📜  安装 imagick php ubuntu - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:41.205000             🧑  作者: Mango

代码示例1
#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