Tag: Homebrew
Homebrew is a package manager for macOS and Linux that simplifies the installation of software packages and dependencies from the command line.
-
How to change the PHP version on macOS with Homebrew
Homebrew is a simple package manager on macOS. Homebrew installs the stuff you need that Apple (or your Linux system) didn’t. When upgrading your packages e.g. by using all your packages are updated to the latest version. This is also the case for libraries like PHP. In my case, I still use PHP 8.2 for most of…