This is a demo workspace for local PHP + PgSQL development powered by docker compose.
- Fork (and clone) this repository. There's a guide on how to do so here.
- Run
composer install
from thesrc
directory.
- Run
docker compose up -d
from the root directory. - Access localhost:8000 to check everything is working.
- Keep editing the code in the
src
directory.