contao / installation-bundle

[READ-ONLY] Contao Installation Bundle
GNU Lesser General Public License v3.0
8 stars 9 forks source link

[RFC] Bypass db connection setup when using env component #95

Closed sheeep closed 6 years ago

sheeep commented 6 years ago

Bypass the database connection setup per form if the application is already configured using the env component.

What it is all about

When using the symfony/website-skeleton, you're using the Dotenv component to configure your application. If this is the case, we can basically skip the database setup via the form in the installation bundle, as the dumped parameters.yml file will not be included anyway.

What it does

Open points

I probably missed quite a few things, so this is RFC.

leofeyer commented 6 years ago

Looks good to me. 👍

leofeyer commented 6 years ago

Thank you @sheeep.