Packt publishing course web application code
- Composer
- [Docker] (https://docs.docker.com/)
- Docker compose.
- Update the dependencies with
composer update
. - Run
docker-compose up
to start the Docker containers. - Open the browser on the exposed Docker IP on port 8080 (usually http://localhost:8080, could be different based on your configuration).