(2020) Get started with PHP and Docker.
If you're using Docker make sure you have Docker and Docker Compose installed.
# composer install
composer i# to run on first time
docker-compose up --build
# to run in background
docker-compose up --build -d
# to run when file-changes have been made
docker-compose upcomposer start -- -f=foo --bar=bazPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.

