Skip to content

Instantly share code, notes, and snippets.

@kszyrvercobrador
Last active May 16, 2021 06:30
Show Gist options
  • Save kszyrvercobrador/250ab989bb5bfb4916f8cfe104753ee5 to your computer and use it in GitHub Desktop.
Save kszyrvercobrador/250ab989bb5bfb4916f8cfe104753ee5 to your computer and use it in GitHub Desktop.
How to install imagemagick php extension on Ubuntu 18.04

Installing ImageMagick with Apt

sudo apt install imagemagick

Installing Imagick PHP Extension

sudo apt install php-imagick

Restart Web Server

sudo systemctl restart apache2

or

sudo systemctl restart nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment