DEV Community

Discussion on: Setup a basic Local PHP Development Environment in Docker

Collapse
 
peppelauro profile image
peppelauro

Good tutorial!
If you want a PWD-like in Windows you can use %cd% system variable ;)

Collapse
 
chuckwood profile image
Charles Wood

%cd% works for cmd, but if you're in PowerShell you can use $PWD :)