DEV Community

Discussion on: How to get Xampp working on your M1 chip Macbook pro

Collapse
 
ekuwurd profile image
Ephwurd Kuwurd

I use these two commands to launch apache, php, mysql (without launching old XAMPP client which doesn't work anymore in Macbook M1).

sudo /Applications/XAMPP/xamppfiles/xampp startapache

sudo /Applications/XAMPP/xamppfiles/bin/mysql.server start

Collapse
 
jovyllebermudez profile image
Jovylle B

The UI did worked on my end. But I did currently installed xampp with php 5.6.40 version.