Skip to content

kohlerdominik/php-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-workspace

My personal php workspace. Feel free to use or fork

Build

# Build all
docker compose build

# or one
docker compose build {VERSION}

Use

# Recommended run
docker run -v ${PWD}:/app:cached --user $(id -u):$(id -g) -it --rm php-workspace:84

xdebug

# the xdebug folder has to exist in /app/xdebug with sufficient permission,
# otherwise xdebug will not write a profile file 
mkdir xdebug

# run your script with xdebug
XDEBUG_TRIGGER=1 php your-file.php

About

My personal php workspace. Feel free to use or fork

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published