PHP / Laravel Local Development Setup with Docker using docker-compose
# Create the env file and update the credential for your local setup
cp .docker/.env.example .docker/.env
./dc build
# or
./dc build --no-cache
./dc up
./dc down
./dc
# or
./dc ps