For the complete documentation index, see llms.txt. This page is also available as Markdown.

Before we start tutorial

Prerequisites and setup before starting the Ecotone tutorial

Setup for tutorial

Depending on the preferences, we may choose tutorial version for

  1. Use git to download starting point in order to start tutorial

git clone git@github.com:ecotoneframework/symfony-tutorial.git
# Go to symfony-tutorial catalog

2. Run command line application to verify if everything is ready.

/** Ecotone Quickstart ships with docker-compose with preinstalled PHP 8.0 */
1. Run "docker-compose up -d"
2. Enter container "docker exec -it ecotone-quickstart /bin/bash"
3. Run starting command "composer install"
4. Run starting command "bin/console ecotone:quickstart"
5. You should see:
"Running example...
Hello World
Good job, scenario ran with success!"
Lesson 1: Messaging Concepts

Last updated

Was this helpful?