Skip to content

Commit 8654522

Browse files
dgafkagitbook-bot
authored andcommitted
GITBOOK-868: No subject
1 parent 2339439 commit 8654522

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
* [Business First](README.md)
44
* [Installation](install-php-service-bus.md)
5-
* [Examples - Demo](quick-start-php-ddd-cqrs-event-sourcing/README.md)
5+
* [How to use](quick-start-php-ddd-cqrs-event-sourcing/README.md)
66
* [CQRS PHP](quick-start-php-ddd-cqrs-event-sourcing/php-cqrs.md)
77
* [Event Handling PHP](quick-start-php-ddd-cqrs-event-sourcing/php-event-handling.md)
88
* [Aggregates & Sagas](quick-start-php-ddd-cqrs-event-sourcing/aggregates-and-sagas.md)

quick-start-php-ddd-cqrs-event-sourcing/README.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,21 @@
22
description: Domain Driven Design Command Query Responsibility Segregation PHP
33
---
44

5-
# Examples - Demo
5+
# How to use
66

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
98

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:
1510

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.
1717

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.
2522
{% endhint %}

0 commit comments

Comments
 (0)