Pretty simple starting point to make some prototype or small pet-project.
- Drop or create your project in
./app
directory - Take a closer look on
docker-compose.yml
and config files, so feel free to use this environment as you want. - Run containers:
$ docker compose up --build
- Go to http://localhost:8080
To use xdebug you should listen to port 9003 in your IDE.