webgraphe / slipway
Fast Docker Composition for PHP Projects development
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/webgraphe/slipway
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