Skip to content

Instantly share code, notes, and snippets.

@JoshMountain
Last active February 5, 2019 17:08
Show Gist options
  • Save JoshMountain/b3984c2ffa050cb9340bd5c4ff098353 to your computer and use it in GitHub Desktop.
Save JoshMountain/b3984c2ffa050cb9340bd5c4ff098353 to your computer and use it in GitHub Desktop.
Install ImageMagick & Imagick (Laravel Homestead / Laravel Forge)
# Change php7.3 to your version
sudo apt-get update && sudo apt-get install -y imagemagick php-imagick && sudo service php7.3-fpm restart && sudo service nginx restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment