Skip to content

Instantly share code, notes, and snippets.

@khusseini
Created September 20, 2017 15:26
Show Gist options
  • Save khusseini/68c8feacb37984b2a7b87fd555a030b1 to your computer and use it in GitHub Desktop.
Save khusseini/68c8feacb37984b2a7b87fd555a030b1 to your computer and use it in GitHub Desktop.
app/config
├── config_dev.yml
├── config_prod.yml
├── config_test.yml
├── config.yml
├── dist
├── parameters.php
├── parameters_test.yml.dist
├── parameters.yml
├── parameters.yml.dist
├── routing_dev.yml
├── routing.yml
├── security_test.yml
└── security.yml
@khusseini
Copy link
Author

config.yml

imports:
    - { resource: parameters.php }
    - { resource: parameters.yml }
    - { resource: security.yml }
    - { resource: "@AppBundle/Resources/config/services.yml" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment