Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 153 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 153 Bytes

php-playground

A starting point for PHP projects.

cp .env.dist .env
sed -i s/DEV_UID=[0-9]*/DEV_UID=$(id -u)/ .env
make dev
make test