Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bmadigan/a1c118477314e641c94ce4787045c52d to your computer and use it in GitHub Desktop.
Save bmadigan/a1c118477314e641c94ce4787045c52d to your computer and use it in GitHub Desktop.
Install Imagemagick on Laravel Homestead box Ubuntu 14 + PHP 7.0
sudo apt-get update && sudo apt-get install -y imagemagick php-imagick && sudo service php7.0-fpm restart && sudo service nginx restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment