webgraphe / slipway
Fast Docker Composition for PHP Projects development
0.1.1
2025-06-23 02:11 UTC
Requires
- php: ^8.2
README
Fast Docker Composition for PHP Projects development.
Install
composer require webgraphe/slipway --dev
How it works
Run the command below to generate the boilerplate files for docker-compose
.
vendor/bin/slipway <PROJECTNAME>
This will generate a docker-compose.yml
file in the current working directory and a .docker
folder with docker files
to build images for containers.
To regenerate over existing files, use --force
option.
vendor/bin/slipway <PROJECTNAME> --force
Then:
docker compose up -d