# Laravel Demos

## Demo Message Bus

{% embed url="<https://github.com/ecotoneframework/quickstart-examples/tree/main/MultiTenant/Laravel/MessageBus>" %}

## Demo Publishing Events

{% embed url="<https://github.com/ecotoneframework/quickstart-examples/tree/main/MultiTenant/Laravel/Events>" %}

## Demo Asynchronous Events

{% embed url="<https://github.com/ecotoneframework/quickstart-examples/tree/main/MultiTenant/Laravel/AsynchronousEvents>" %}

## Demo Aggregates and Eloquent

{% embed url="<https://github.com/ecotoneframework/quickstart-examples/tree/main/MultiTenant/Laravel/Aggregate>" %}

## Demo Event Sourcing

{% embed url="<https://github.com/ecotoneframework/quickstart-examples/tree/main/MultiTenant/Laravel/EventSourcing>" %}

## Demo Distributed Application

{% embed url="<https://github.com/ecotoneframework/php-ddd-cqrs-event-sourcing-symfony-laravel-ecotone>" %}

## Read Blog Post

* [Read about Messaging and DDD with Laravel](https://blog.ecotone.tech/ddd-and-messaging-with-laravel-and-ecotone/)
* [Read about CQRS and Aggregates with Laravel](https://blog.ecotone.tech/build-laravel-application-using-ddd-and-cqrs/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ecotone.tech/quick-start-php-ddd-cqrs-event-sourcing/laravel-ddd-cqrs-demo-application.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
