Last active
May 13, 2023 10:55
-
-
Save benmarsh/873a37bffd06d3150ed10b33e90352ab to your computer and use it in GitHub Desktop.
Install ImageMagick on Laravel Valet with PHP 7.4
This file contains 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
# Upgrade to PHP 7.4 | |
brew update | |
brew upgrade php | |
# Update Valet | |
valet on-latest-version | |
composer global update | |
valet install | |
# Install ImageMagick | |
brew install imagemagick | |
pecl install imagick |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had to restart Valet as well:
valet restart