This repository contains a docker environment which will enable you to run PHP Symfony as well as a PHPMyAdmin MySql database. You can set up your application and docker containers by running the commands in the Makefile.
######## process ######### git clone https://github.com/jwill9999/docker-php-mysql.git cd into folder make symfony A Symfony 4.4 application
It will set up you files to run docker and apache as well as your database.
cd web make up or make start This will do all the work for you and will build all the containers that you will need including a php environemnt, MySql database, and phpMyAdmin.
To Open the browser
make openBrowser make stop or make down make reset