To start xampp on a mac run this command:
1 | SUDO /Applications/XAMPP/xamppfiles/xampp start |
To add an alias to that you can add this line to your ~/.bash_profile file
1 | alias startlocalhost="SUDO /Applications/XAMPP/xamppfiles/xampp start" |
To start xampp on a mac run this command:
1 | SUDO /Applications/XAMPP/xamppfiles/xampp start |
To add an alias to that you can add this line to your ~/.bash_profile file
1 | alias startlocalhost="SUDO /Applications/XAMPP/xamppfiles/xampp start" |