Symfony-MAMP is a set of docker images that include Starter-Kit for a MAMP stack (Symfony6, macOS, Apache, MySQL, PHP8 and phpMyAdmin) all in one handy package.
git clone Symfony-MAMP
cd Symfony-MAMP
cp .env.example .env && cp web/.env.example web/.env
docker-compose up --build
- Symfony 6 will run on http://localhost:8007
- phpMyAdmin will run on http://localhost:9082
You may have to Uncomment line 4, remove # from docker-compose.yml file
Use solely for reference material only