Hi all, I am new to docker and I have a question to those who use laravel with docker
which better to connect to MySQL database
create a MySQL container and PHPMyAdmin container and import database to it or install xampp and connect and import database to it and connect to it from my app ??