How do I implement XAMPP and Docker side-by-side in Windows 10 – Phpmyadmin
I recently ran into the issue where I was working on two Laravel projects: one using Docker, the other using XAMPP. I started my Docker project earlier, so I gave it access to port 3306. When I went to implement…