How to Fix the "PHP Not Found" Error on macOS After Installing XAMPP
SMRTR summary
The article provides instructions to fix the "PHP not found" error on macOS when using XAMPP. It guides users through adding XAMPP's PHP directory to the system's PATH for global access to PHP. Solutions are given for both Zsh and Bash shells, including editing configuration files and verifying the installation. It also suggests using Homebrew as an alternative method to install PHP system-wide, helping developers resolve this common issue efficiently.
SMRTR provides this summary for quick context. The original article belongs to Dev.to.
Read the original article