Last active
February 5, 2019 17:08
-
-
Save JoshMountain/b3984c2ffa050cb9340bd5c4ff098353 to your computer and use it in GitHub Desktop.
Install ImageMagick & Imagick (Laravel Homestead / Laravel Forge)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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