Skip to content

Herd

Herd prepares a localhost server environment for working with PHP or Node-based web applications. This is a tool prepared by the brains behind Laravel, a popular PHP framework. If anything, I think this is a good tool to easily manage your PHP or Node versions.

Herd Installation

Head over to this website, and download Herd from there. Very often, the website would determine the operating system you are currently using correctly. If not, there should be a link at the bottom of that big red button that will produce a different download link appropriate to the operating system you want.

Laravel Herd Homepage

Run the Herd installer and follow your instructions as needed.

Herd Installation using Homebrew (macOS)

I use Homebrew to install many of my applications. Before continuing with this part of the guide, ensure that you have Homebrew installed; check here for instructions.

To install Herd using Homebrew, enter the following command in the Terminal:

brew install --cask herd

After installing Herd, it should now run automatically each time you start up your machine (unless you configure it otherwise).