You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new Ecotone\SymfonyBundle\EcotoneSymfonyBundle::class => \['all' => true]
22
+
{% hint style="warning" %}
23
+
By default Ecotone will look for Attributes in default Symfony catalog **"src"**. \
24
+
If you do follow different structure, you can use [**"namespaces"**](modules/symfony/symfony-ddd-cqrs-event-sourcing.md#namespaces) configuration to tell Ecotone, where to look for. 
21
25
{% endhint %}
22
26
27
+
***
28
+
23
29
## Install for Laravel
24
30
25
-
1.Use composer in order to download `Ecotone Laravel`
31
+
Use composer in order to download **Ecotone Laravel**
If you're using no framework or framework `different` than `Symfony` or `Laravel`, then you may use `Ecotone Lite` to bootstrap Ecotone.
44
-
45
-
{% hint style="info" %}
46
-
In order to start, you need have to `composer.json` with PSR-4 or PSR-0 autoload setup.
46
+
{% hint style="warning" %}
47
+
By default Ecotone will look for Attributes in default Laravel catalog **"app"**. \
48
+
If you do follow different structure, you can use [**"namespaces"**](modules/laravel/laravel-ddd-cqrs-event-sourcing.md#namespaces) configuration to tell Ecotone, where to look for. 
47
49
{% endhint %}
48
50
49
-
### Ecotone Lite Application
51
+
***
50
52
51
-
You may use out of the box Ecotone Lite Application, which provide you with Dependency Container.
53
+
## Install Ecotone Lite (No framework)
54
+
55
+
If you're using no framework or framework **different** than **Symfony** or **Laravel**, then you may use **Ecotone Lite** to bootstrap Ecotone.
You may actually run Ecotone without any Dependency Container. That may be useful for small applications, testing or when we want just run some Ecotone's script.
91
+
You may actually run Ecotone without any Dependency Container. That may be useful for small applications, testing or when we want to run some small Ecotone's script.
0 commit comments