Skip to content

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

License

Notifications You must be signed in to change notification settings

kalwar/Symfony-MAMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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