Skip to content

Instantly share code, notes, and snippets.

@eS-IT
Last active January 12, 2017 16:52
Show Gist options
  • Save eS-IT/21d2fa322b4e8d93b31b6e0c75a69e90 to your computer and use it in GitHub Desktop.
Save eS-IT/21d2fa322b4e8d93b31b6e0c75a69e90 to your computer and use it in GitHub Desktop.
Contao 4: Dependency Injection - config.yml
# app/config/config.yml
imports:
- { resource: parameters.yml }
- { resource: security.yml }
- { resource: "@AcmeTestBundle/Resources/config/services.yml" }
# ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment