custom yaml files not being seen in symfony
Posted
by user145129
on Stack Overflow
See other posts from Stack Overflow
or by user145129
Published on 2010-05-29T07:38:51Z
Indexed on
2010/05/29
7:42 UTC
Read the original article
Hit count: 210
Hi,
I created a custom yaml handler, myRunnerConfigHandler, and placed it under
apps/frontend/lib/myRunnerConfigHandler.class.php
and created a new config_handler and placed it under
apps/frontend/config/config_handler.yml
Now, under config_handler.yml,I placed my configuration for my new rundown:
modules/*/config/rundown.yml:
class: myRundownConfigHandler
Basically, under each module, I want to have a yaml file under /apps/frontend/modules/home/config/rundown.yml
However no rundown.yml files are being seen. Is there something else I need to do before rundown.ymls are seen?
Thanks
© Stack Overflow or respective owner