Skip to content

Instantly share code, notes, and snippets.

View mitchjam's full-sized avatar

Mitch Jamieson mitchjam

  • Kickfurther
View GitHub Profile
@mitchjam
mitchjam / gist:6f478301817771301ede4b93006be88a
Last active May 26, 2020 23:13
Use old versions of PHP with Laravel Valet via Homebrew

Homebrew removes old versions of php

And, since Laravel Valet uses Homebrew in it's valet use [email protected] command,
that means trying to install [email protected] now breaks because Homebrew removed it from it's core.

To install [email protected] with Homebrew

We need to tap a barrel that has the [email protected] formula.

brew tap exolnet/homebrew-deprecated