When I installed the 'New XAMPP with PHP 7.2.2 & 7.1.14' and followed steps in this tutorial XAMPP-VM for Mac - tell us what you think .At this time I can see the phpmyadmin at my localhost 8080 port, however, when try to change my working directory to the lampp. I got the err no such directory in /opt? Can anyone help?
Asked
Active
Viewed 2,753 times
3 Answers
3
open the xampp application -> general. select the open terminal button

jayson
- 31
- 2
-
3Maybe adding a screenshot would help to make this more clear. – Filnor Jul 12 '18 at 12:19
0
You can mount it yourself (replace with your local IP):
hatem@Mac:/opt$ sudo mkdir lampp
hatem@Mac:/opt$ sudo mount -t nfs -o resvport,rw 192.168.64.2:/opt/lampp /opt/lampp
Then ls and you will find the entire lampp from the VM mounted locally.

Hatem
- 200
- 1
- 10