RSS Amplifier

Duncan McClean · Dec 10, 2020

Install Imagick with Laravel Valet

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

<p>I m going to presume you already have Valet and Homebrew setup. To install Imagick, there s a couple of commands you ll need to run:</p> <ul> <li><code>brew install imagemagick</code></li> <li><code>brew install pkg-config</code> (also if it s already done)</li> <li><code>pecl install imagick</code></li> <li><code>valet restart</code></li> </ul> <p>In case you get a Connection Timeout when…

<p>I'm going to presume you already have Valet and Homebrew setup. To install Imagick, there's a couple of commands you'll need to run:</p> <ul> <li><code>brew install imagemagick</code></li> <li><code>brew install pkg-config</code> (also if it's already done)</li> <li><code>pecl install imagick</code></li> <li><code>valet restart</code></li> </ul> <p>In case you get a Connection Timeout when visiting one of your Valet sites, you may need to reinstall Valet with <code>valet uninstall &amp;&amp; valet install &amp;&amp; valet park</code>.</p>

Read on duncanmcclean.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.