Created
December 11, 2011 18:30
-
-
Save seiffert/1461971 to your computer and use it in GitHub Desktop.
Mayflower Blog - ZF vs. Symfony2 - config_dev.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# app/config_dev.yml | |
# | |
# add the import statement for parameters_dev.ini | |
imports: | |
- { resource: config.yml } | |
- { resource: parameters_dev.ini } | |
framework: | |
router: { resource: "%kernel.root_dir%/config/routing_dev.yml" } | |
profiler: { only_exceptions: false } | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment