/Symfony-MAMP

A very simple local dev environment for Symfony 6/7, Apache, PHP 8, phpMyAdmin and MySQL

Primary LanguageDockerfileMIT LicenseMIT

Symfony-MAMP

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.


Using the image

Installation

git clone Symfony-MAMP
cd Symfony-MAMP
cp .env.example .env && cp web/.env.example web/.env
docker-compose up --build

Optional: Apple M1 Chip

You may have to Uncomment line 4, remove # from docker-compose.yml file

Use for reference

Use solely for reference material only