Closed manuelbcd closed 7 years ago
Thanks @manuelbcd
This is good, just thinking another option is to add:
# app/config/config.yml
on the first line of the yaml block like https://symfony.com/doc/master/bundles/StofDoctrineExtensionsBundle/index.html#step-3-add-the-extensions-to-your-mapping
yaml
Does that work?
Yes it would work and is the standard way to document code/config on Symfony docs.
@redthor Updated following your suggestion.
Thanks @manuelbcd
This is good, just thinking another option is to add:
# app/config/config.yml
on the first line of the
yaml
block like https://symfony.com/doc/master/bundles/StofDoctrineExtensionsBundle/index.html#step-3-add-the-extensions-to-your-mappingDoes that work?