Simple php use of Sil/PhpEnv wrapper class.
- Clone github.com repo lvail/use-silphpenv
- Copy
local.env.dist
tolocal.env
- modify the
local.env
entries if you want - Install Docker (e.g. Docker for Windows)
- Run
make install
- Run
make run
make install
- installs the Sil/PhpEnv dependenciesmake update
- updates project dependenciesmake bash
- allows you to execute command line operations in the Docker containermake run
- runs src/main.php in the Docker container to test Sil/PhpEnv