I’m a fan of using both Homebrew and Valet when it comes to setting up and configuring a basic WordPress development environment. Though using package managers and simple software for such like this should make things easier, it doesn’t absolve us from the occasional problems. Case in point: There are times in which we […]
Search: “homebrew” (Page 2 of 8)
We found 38 results for your search.
If you manage PHP with Homebrew but need to downgrade to a previous install, here’s how you can install old Versions of PHP With Homebrew.
[…] are times where it’s important to install Composer in a global setting, too. And that’s what we’re going to do here. Two Ways to Install Composer Using Homebrew If you use Homebrew, then it’s possible to install Composer using Homebrew. It’s arguably easier to install and upgrade. Of course, this assumes you have Homebrew […]
[…] We recommend servers running version 7.4 or greater of PHP and MySQL version 5.7 OR MariaDB version 10.2 or greater. Requirements, emphasis mine Note that I use Homebrew to manage all of my packages and use Laravel Valet, WordPress, MariaDB, and PHP along with wp-cli. I’ll more on this in an upcoming post. I’ve […]
How to run multiple versions of PHP alongside one another using both Homebrew and Valet.