I have a huge problem which prevents me from working on the project. I can't connect to the database with my Mac.
Actually, I'm on Xampp with the IP Address : 192.168.64.2 and MySQL run on localhost:8080 ->80(Over SSH). The Laravel project isn't inside Xampp files, just on my desktop. It run on :
My .env
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=80
DB_DATABASE=cartographie
DB_USERNAME=root
DB_PASSWORD=