Database Connection (DBAL Module)
We can use Ecotone's Laravel integration to reuse Connections that are already defined in your Application.
Using DSN
If we don't have existing connection defined, we can make use of DSN directly
Last updated