How to write CLI apps with Symfony Console.
This project uses Docker Compose. Here's how you see the code in action.
- Run the project with Docker Compose.
docker compose up -d
docker compose start
- Run a shell in the PHP container with
make ssh
. - Run the calculator:
./app/bin/calculator
.
- Brought to you by Symetris.
- Symfony Console documentation