How to install XAMPP

What is XAMPP?

XAMPP is a local server freely available as an open source cross-platform web server solution.

XAMPP includes

  1. Apache
  2. PHP
  3. MySQL
  4. MariaDB
  5. Filezilla

https://www.apachefriends.org/download.htm

XAMPP for Mac OS

Normally in Mac os if you try to download the XAMPP of any version , it does not work .

For that you need homebrew to install xampp.

The command to install XAMPP using homebrew

brew install –cask xampp

Rest your terminal will ask you the password to install.