|
2 | 2 | description: Domain Driven Design Command Query Responsibility Segregation PHP
|
3 | 3 | ---
|
4 | 4 |
|
5 |
| -# Examples - Demo |
| 5 | +# How to use |
6 | 6 |
|
7 |
| -Below quick starts will teach you how to use specific `Ecotone's` modules, so you can quickstart your journey.\ |
8 |
| -If you want get familiar in depth with `Ecotone`, consider going through [Tutorial](../tutorial-php-ddd-cqrs-event-sourcing/). |
| 7 | +## How to use |
9 | 8 |
|
10 |
| -{% hint style="success" %} |
11 |
| -Whatever you use `Laravel` or `Symfony` or `Lite` (no external framework), all examples will work with your code base. |
12 |
| -{% endhint %} |
13 |
| - |
14 |
| -## Show me examples! |
| 9 | +If you're looking on way to start and get to familiar with Ecotone. Then Ecotone provides different ways to do so: |
15 | 10 |
|
16 |
| -All examples contains of the code examples and related blog posts in order to explore more details. |
| 11 | +* [Demo Laravel and Symfony Application](https://github.com/ecotoneframework/php-ddd-cqrs-event-sourcing-symfony-laravel-ecotone) - You can **test Ecotone in real life example**, by using our demo application. The demo application shows how to use Ecotone with **Laravel** and **Symfony** frameworks. |
| 12 | +* [Quickstart Examples](https://github.com/ecotoneframework/quickstart-examples) - Provides great way to **check specific Ecotone features**. Whatever you use Laravel or Symfony or Lite (no external framework), all examples will be able to work in your Application. |
| 13 | +* [Step by step Tutorial](../tutorial-php-ddd-cqrs-event-sourcing/) - Tutorial will introduce to Ecotone's fundaments and will help you build understanding of the Messaging concepts. |
| 14 | +* [Ask question to AI](https://docs.ecotone.tech/?q=) - Ecotone provides **AI support, to help you find the answers quicker**. You may ask any Ecotone related questions, and it will provide more details on the topic and links where more information can be found. |
| 15 | +* [Have a Workshop or Consultancy](../other/contact-workshops-and-support.md) - To **quickly get whole Team or Organisation up and running** with Ecotone, we provide workshops. Workshops will not only teach you how to use Ecotone, but also the concepts and reasoning behind it. |
| 16 | +* [Join Community Channel](https://discord.gg/CctGMcrYnV) - Ecotone has a community channel, where you can **ask questions, discuss with other users and get help**. It is also a great place to share your experiences, and to meet other developers using Ecotone. |
17 | 17 |
|
18 |
| -{% hint style="info" %} |
19 |
| -If you can't find the answer on your specific question, consider using AI Search Support. |
20 |
| - |
21 |
| -To ask the question go to "Search" in top right corner and type your question. For better understanding by AI, write your questions so they end with question mark:\ |
22 |
| -\- What features Ecotone provides?\ |
23 |
| -\- How does Event Handler looks like?\ |
24 |
| -\- How can I send a Command? |
| 18 | +{% hint style="success" %} |
| 19 | +Ecotone does not bind given features to specific Framework. Whatever you use Laravel or Symfony or Lite (no external framework), all examples will be able to work in your Application. \ |
| 20 | +\ |
| 21 | +Therefore feel encouraged to test examples, even if they are in different Framework than one you use, as you will be able to use them same way in your Application. |
25 | 22 | {% endhint %}
|
0 commit comments